X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FRtClosureInspect.hs;h=b5d67cf10b391e91ce209263d334567b3efad680;hp=db8930a05efc3500a2b9aaab9be5292f2f8a296a;hb=6c7b41cc2b24f533697a62bf1843507ae043fc97;hpb=80ef1f06253f1a20a63816c295e180e47cd9a347 diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index db8930a..b5d67cf 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -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