[commit: stm] master: fix markup (ffe6dec)
Simon Marlow
marlowsd at gmail.com
Wed Jul 4 13:31:49 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ffe6dec05f10a69fd72adf4aaad17c5284048efc
>---------------------------------------------------------------
commit ffe6dec05f10a69fd72adf4aaad17c5284048efc
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Jul 4 11:28:44 2012 +0100
fix markup
>---------------------------------------------------------------
stm.cabal | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/stm.cabal b/stm.cabal
index 2db764d..9871359 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -11,10 +11,15 @@ description:
Changes in version 2.4
.
* Added "Control.Concurrent.STM.TQueue" (a faster @TChan@)
+ .
* Added "Control.Concurrent.STM.TBQueue" (a bounded channel based on @TQueue@)
+ .
* @TChan@ has an @Eq@ instances
+ .
* Added @newBroadcastTChan@ and @newBroadcastTChanIO@
+ .
* Some performance improvements for @TChan@
+ .
* Added @cloneTChan@
build-type: Simple
More information about the Cvs-libraries
mailing list