Rewrite of the IO library, including Unicode support
[ghc-base.git] / GHC / Weak.lhs
index 2d9163e..8608727 100644 (file)
@@ -20,7 +20,7 @@ module GHC.Weak where
 
 import GHC.Base
 import Data.Maybe
-import GHC.IOBase       ( IO(..), unIO )
+import GHC.IO          ( IO(..), unIO )
 import Data.Typeable
 
 {-|