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 <[email protected]>
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



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to