Fix the build
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
index db8930a..b5d67cf 100644 (file)
@@ -73,7 +73,7 @@ import Panic
 
 import GHC.Arr          ( Array(..) )
 import GHC.Exts
-import GHC.IOBase
+import GHC.IOBase ( IO(IO) )
 
 import Control.Monad
 import Data.Maybe