Path to this page:
Subject: CVS commit: wip/hs-stm
From: Ryosuke Moro
Date: 2014-05-22 23:33:55
Message id: E1Wnacw-0005aZ-AZ@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
Update to 2.4.3
pkgsrc changes: static -> dynamic
changelog:
## 2.4.3 *Mar 2014*
* Update behaviour of `newBroadcastTChanIO` to match
`newBroadcastTChan` in causing an error on a read from the
broadcast channel
* Add `mkWeakTVar`
* Add `isFullTBQueue`
* Fix `TChan` created via `newBroadcastTChanIO` to throw same
exception on a `readTChan` as when created via `newBroadcastTChan`
* Update to Cabal 1.10 format
Files: