X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent.hs;h=6f183cbccd4e2fd30469d3633f34d3c724836638;hb=9ecf132d64d35e5997c12286f509b2f8d7f2a7ef;hp=8df665e37cae5166202a7cd46ebac4a89ef1d8c8;hpb=6c764c914959c1d85a6d764184e8135f6f808196;p=ghc-base.git diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 8df665e..6f183cb 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -96,7 +96,7 @@ import GHC.Conc ( ThreadId(..), myThreadId, killThread, yield, import GHC.TopHandler ( reportStackOverflow, reportError ) import GHC.IOBase ( IO(..) ) import GHC.IOBase ( unsafeInterleaveIO ) -import GHC.IOBase ( newIORef, readIORef, writeIORef ) +import GHC.IOBase ( newIORef, readIORef, writeIORef ) import GHC.Base import Foreign.StablePtr