Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / utils / FastFunctions.lhs
index 86c89bd..5496ed0 100644 (file)
@@ -22,8 +22,7 @@ import System.IO.Unsafe
 
 import GHC.Exts
 import GHC.Word
-import GHC.IOBase (IO(..))
-import GHC.IOBase (unsafeDupableInterleaveIO)
+import GHC.IO (IO(..), unsafeDupableInterleaveIO)
 import GHC.Base (unsafeChr)
 
 -- Just like unsafePerformIO, but we inline it.