Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7839eb8b4134e84608196a1d8b78cd86b99584f7 >--------------------------------------------------------------- commit 7839eb8b4134e84608196a1d8b78cd86b99584f7 Author: Simon Marlow <[email protected]> Date: Fri Jun 15 10:12:47 2012 +0100 re-export TQueue >--------------------------------------------------------------- Control/Concurrent/STM.hs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Control/Concurrent/STM.hs b/Control/Concurrent/STM.hs index a17adf4..9632c2c 100644 --- a/Control/Concurrent/STM.hs +++ b/Control/Concurrent/STM.hs @@ -29,7 +29,8 @@ module Control.Concurrent.STM ( module Control.Concurrent.STM.TVar, #ifdef __GLASGOW_HASKELL__ module Control.Concurrent.STM.TMVar, - module Control.Concurrent.STM.TChan, + module Control.Concurrent.STM.TChan, + module Control.Concurrent.STM.TQueue, #endif module Control.Concurrent.STM.TArray ) where @@ -41,3 +42,4 @@ import Control.Concurrent.STM.TMVar import Control.Concurrent.STM.TChan #endif import Control.Concurrent.STM.TArray +import Control.Concurrent.STM.TQueue _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
