summaryrefslogtreecommitdiff
path: root/compiler/ghci
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/ghci
parent4f37664780b85725ba3552b7de11c0e5e79d3fee (diff)
downloadhaskell-edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857.tar.gz
Remove code that is dead now that we need >= 6.12 to build
Diffstat (limited to 'compiler/ghci')
-rw-r--r--compiler/ghci/RtClosureInspect.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs
index 5d74dc92c2..597a9a72f8 100644
--- a/compiler/ghci/RtClosureInspect.hs
+++ b/compiler/ghci/RtClosureInspect.hs
@@ -59,12 +59,7 @@ import Constants ( wORD_SIZE )
import GHC.Arr ( Array(..) )
import GHC.Exts
-
-#if __GLASGOW_HASKELL__ >= 611
import GHC.IO ( IO(..) )
-#else
-import GHC.IOBase ( IO(..) )
-#endif
import Control.Monad
import Data.Maybe