X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFastFunctions.lhs;h=5496ed051c6f4711af1ee308876d68241ecbebf8;hb=41cecc14547b049cec20e827ceae8ff312c9ff4f;hp=d6a282fcbeab0b102fdc76f0c9378b062da678ed;hpb=1c83695b5b9ae3175c18908c1d58aeadb1f225ae;p=ghc-hetmet.git diff --git a/compiler/utils/FastFunctions.lhs b/compiler/utils/FastFunctions.lhs index d6a282f..5496ed0 100644 --- a/compiler/utils/FastFunctions.lhs +++ b/compiler/utils/FastFunctions.lhs @@ -22,19 +22,7 @@ import System.IO.Unsafe import GHC.Exts import GHC.Word - -#if __GLASGOW_HASKELL__ >= 611 -import GHC.IO ( IO(..) ) -#else -import GHC.IOBase ( IO(..) ) -#endif - -#if __GLASGOW_HASKELL__ >= 611 -import GHC.IO (unsafeDupableInterleaveIO) -#else -import GHC.IOBase (unsafeDupableInterleaveIO) -#endif - +import GHC.IO (IO(..), unsafeDupableInterleaveIO) import GHC.Base (unsafeChr) -- Just like unsafePerformIO, but we inline it.