Simon Marlow | 1 Sep 2009 09:28
Picon

patch applied (packages/base): Address #3310

Sun Aug 30 08:28:50 PDT 2009  Simon Marlow <marlowsd <at> gmail.com>
  * Address #3310
  Ignore-this: 40c7f7c171ee299a83092fd360a952b7

   - Rename BlockedOnDeadMVar   -> BlockedIndefinitelyOnMVar
   - Rename BlockedIndefinitely -> BlockedIndefinitelyOnSTM
   - instance Show BlockedIndefinitelyOnMVar is now
       "blocked indefinitely in an MVar operation"
   - instance Show BlockedIndefinitelyOnSTM is now
       "blocked indefinitely in an STM transaction"

  clients using Control.OldException will be unaffected (the new
  exceptions are mapped to the old names).  However, for base4-compat
  we'll need to make a version of catch/try that does a similar
  mapping.

    M ./Control/Exception.hs -2 +2
    M ./Control/Exception/Base.hs -10 +10
    M ./Control/OldException.hs -6 +6
    M ./GHC/Conc.lhs -2 +2
    M ./GHC/IO/Exception.hs -14 +14
    M ./GHC/IOBase.hs +27

View patch online:
http://darcs.haskell.org/packages/base/_darcs/patches/20090830152850-12142-21050f32283642f808735ba18c3d6e8b79af1841.gz
Simon Marlow | 1 Sep 2009 09:29
Picon

patch applied (packages/base3-compat): follow changes in the base package

Mon Aug 31 22:47:42 PDT 2009  Simon Marlow <marlowsd <at> gmail.com>
  * follow changes in the base package
  Ignore-this: dab8ae6f02eb82d6c7e70126742fc974

    M ./GHC/IOBase.hs -9 +1

View patch online:
http://darcs.haskell.org/packages/base3-compat/_darcs/patches/20090901054742-12142-34b329641dd33b0376dd2d39ae596360de116411.gz
Simon Marlow | 8 Sep 2009 13:18
Picon

patch applied (packages/old-time): Add more C wrappers for NetBSD

Tue Sep  8 03:33:30 PDT 2009  Simon Marlow <marlowsd <at> gmail.com>
  * Add more C wrappers for NetBSD
  Ignore-this: cbc01eaee04cec602bc16b825b92a3a7
  Contributed-by: Krister Walfridsson <krister.walfridsson <at> gmail.com>

    M ./System/Time.hsc -3 +3
    M ./cbits/timeUtils.c +21
    M ./include/HsTime.h +12

View patch online:
http://darcs.haskell.org/packages/old-time/_darcs/patches/20090908103330-12142-730a59b72679640f50963924c5dc0d2943fed9bc.gz
Simon Marlow | 8 Sep 2009 16:01
Picon

patch applied (packages/process): Fix unportable use of sleep(1)

Sat Aug 29 02:37:20 PDT 2009  Matthias Kilian <kili <at> outback.escape.de>
  * Fix unportable use of sleep(1)
  Ignore-this: c23892584741f1b5206952abd3e47177
  `sleep 1s' is probably a GNUism; `sleep 1' should do the same in a
  portable way.

    M ./tests/3231.hs -1 +1

View patch online:
http://darcs.haskell.org/packages/process/_darcs/patches/20090829093720-6d641-fe7de47da7e22763e24a68d7878c72eaac23e864.gz
Simon Marlow | 8 Sep 2009 17:25
Picon

patch applied (packages/unix): remove dead code

Tue Sep  8 07:46:27 PDT 2009  Simon Marlow <marlowsd <at> gmail.com>
  * remove dead code
  Ignore-this: f7e3696e27307be289f9fbf85750fab8

    M ./System/Posix/Semaphore.hsc -3

View patch online:
http://darcs.haskell.org/packages/unix/_darcs/patches/20090908144627-12142-19ff04470c17e81958bdc8f55f3e6658a91e8b21.gz
Simon Marlow | 8 Sep 2009 17:25
Picon

patch applied (packages/unix): Use Foreign.Concurrent for Haskell finalizers (#3473)

Tue Sep  8 07:25:36 PDT 2009  Simon Marlow <marlowsd <at> gmail.com>
  * Use Foreign.Concurrent for Haskell finalizers (#3473)
  Ignore-this: 72ce9a134562b451b0237e124d03c839

    M ./System/Posix/Semaphore.hsc -5 +5

View patch online:
http://darcs.haskell.org/packages/unix/_darcs/patches/20090908142536-12142-02ff1cd8cc49baf522e0fbb250e10107952427bf.gz
Ian Lynagh | 11 Sep 2009 19:24
Picon
Gravatar

patch applied (packages/base): Bump base version to 4.2.0.0

Fri Sep 11 08:39:13 PDT 2009  Ian Lynagh <igloo <at> earth.li>
  * Bump base version to 4.2.0.0

    M ./base.cabal -1 +1

View patch online:
http://darcs.haskell.org/packages/base/_darcs/patches/20090911153913-3fd76-417262c9a82129c73f8414d0a50d95b39e70b749.gz
Ian Lynagh | 11 Sep 2009 19:24
Picon
Gravatar

patch applied (packages/base3-compat): Allow building with base 4.2

Fri Sep 11 09:07:26 PDT 2009  Ian Lynagh <igloo <at> earth.li>
  * Allow building with base 4.2

    M ./base.cabal -1 +1

View patch online:
http://darcs.haskell.org/packages/base3-compat/_darcs/patches/20090911160726-3fd76-986c7c87ec5dc99659ebee0c60f24f4b9187333d.gz
Ian Lynagh | 11 Sep 2009 19:25
Picon
Gravatar

patch applied (packages/directory): Allow building with base 4.2

Fri Sep 11 09:07:28 PDT 2009  Ian Lynagh <igloo <at> earth.li>
  * Allow building with base 4.2

    M ./directory.cabal -1 +1

View patch online:
http://darcs.haskell.org/packages/directory/_darcs/patches/20090911160728-3fd76-2beefa448b7481073756274b94ed6567a6e0acff.gz
Ian Lynagh | 11 Sep 2009 19:28
Picon
Gravatar

patch applied (packages/syb): Allow building with base 4.2

Fri Sep 11 09:07:34 PDT 2009  Ian Lynagh <igloo <at> earth.li>
  * Allow building with base 4.2

    M ./syb.cabal -1 +1

View patch online:
http://darcs.haskell.org/packages/syb/_darcs/patches/20090911160734-3fd76-688006febdc1051b1442ab6a5f0c795e387b8f7f.gz

Gmane