From edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 15 Dec 2010 20:10:06 +0000 Subject: Remove code that is dead now that we need >= 6.12 to build --- compiler/ghci/RtClosureInspect.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/ghci') 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 -- cgit v1.2.1