Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ff280a17713c1c68c30f5b0e6470ddea2ff928a1

>---------------------------------------------------------------

commit ff280a17713c1c68c30f5b0e6470ddea2ff928a1
Author: Simon Marlow <[email protected]>
Date:   Thu Nov 17 09:13:36 2011 +0000

    Make this test not require the stm package

>---------------------------------------------------------------

 tests/concurrent/should_run/5238.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/concurrent/should_run/5238.hs 
b/tests/concurrent/should_run/5238.hs
index 87c1530..1de60c4 100644
--- a/tests/concurrent/should_run/5238.hs
+++ b/tests/concurrent/should_run/5238.hs
@@ -2,7 +2,7 @@
 {-# LANGUAGE ScopedTypeVariables #-}
 
 import Control.Exception
-import Control.Concurrent.STM
+import GHC.Conc
 
 main = do
   ms1 ← getMaskingState



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

Reply via email to