Integrated new I/O manager
[ghc-base.git] / Control / Exception / Base.hs
index 525dc6a..1dc668b 100644 (file)
@@ -120,7 +120,7 @@ import GHC.IO.Exception
 import GHC.Exception
 import GHC.Show
 -- import GHC.Exception hiding ( Exception )
-import GHC.Conc
+import GHC.Conc.Sync
 #endif
 
 #ifdef __HUGS__