Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/8afc23c65498a0aeedc93290816e5930f03bbcf8

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

commit 8afc23c65498a0aeedc93290816e5930f03bbcf8
Author: Simon Marlow <[email protected]>
Date:   Fri Dec 21 14:33:24 2012 +0000

    remove unnecessary STM import

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

 tests/qsemn001.hs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/qsemn001.hs b/tests/qsemn001.hs
index c98f62e..86c0eae 100644
--- a/tests/qsemn001.hs
+++ b/tests/qsemn001.hs
@@ -2,7 +2,6 @@
 import Control.Concurrent
 import Control.Exception
 import Control.Monad
-import Control.Concurrent.STM
 
 new = newQSemN
 wait = waitQSemN



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

Reply via email to