Rewrite of the IO library, including Unicode support
[ghc-base.git] / System / Mem / StableName.hs
index a2f9397..beeb514 100644 (file)
@@ -38,7 +38,7 @@ import Hugs.Stable
 #endif
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.IOBase      ( IO(..) )
+import GHC.IO           ( IO(..) )
 import GHC.Base                ( Int(..), StableName#, makeStableName#
                        , eqStableName#, stableNameToInt# )