summaryrefslogtreecommitdiff
path: root/compiler/utils/FastString.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-12-15 20:10:06 +0000
committerIan Lynagh <igloo@earth.li>2010-12-15 20:10:06 +0000
commitedc0bafd3fcd01b85a2e8894e5dfe149eb0e0857 (patch)
tree208bde3ea2b0de6ec9ed17a26e4b5990b92c1006 /compiler/utils/FastString.lhs
parent4f37664780b85725ba3552b7de11c0e5e79d3fee (diff)
downloadhaskell-edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857.tar.gz
Remove code that is dead now that we need >= 6.12 to build
Diffstat (limited to 'compiler/utils/FastString.lhs')
-rw-r--r--compiler/utils/FastString.lhs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs
index dafdf6a837..c6dac8ff42 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__)