Rewrite of the IO library, including Unicode support
[ghc-base.git] / System / IO / Unsafe.hs
index 431df46..3a3e7f6 100644 (file)
@@ -20,7 +20,7 @@ module System.IO.Unsafe (
   ) where
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.IOBase (unsafePerformIO, unsafeInterleaveIO)
+import GHC.IO (unsafePerformIO, unsafeInterleaveIO)
 #endif
 
 #ifdef __HUGS__