X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FFastString.lhs;h=c6dac8ff428d083c2a38a73ec28bd0dd30862993;hp=dafdf6a837c3ec76e3a401658119b6b6558a9f22;hb=8133a9f47b99f4e65ed30551de32ad72c6b61b27;hpb=4db9ea9ec8b4ae0db74259bb87319643de1fd469 diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs index dafdf6a..c6dac8f 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -106,11 +106,7 @@ import Data.IORef ( IORef, newIORef, readIORef, writeIORef ) import Data.Maybe ( isJust ) import Data.Char ( ord ) -#if __GLASGOW_HASKELL__ >= 611 import GHC.IO ( IO(..) ) -#else -import GHC.IOBase ( IO(..) ) -#endif import GHC.Ptr ( Ptr(..) ) #if defined(__GLASGOW_HASKELL__)