X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fghci%2FInteractiveUI.hs;h=fe32e833393a95a4aae3981a283c8e4bad609f25;hb=78f4da288f8a189c739766a3107fa80073800ba7;hp=4c81bf4323f17fa0d275a6c947b301e3d98ebfe8;hpb=4975f4a6222211028c8252782fea090e0a4e21a7;p=ghc-hetmet.git diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 4c81bf4..fe32e83 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -865,7 +865,7 @@ checkModule :: String -> GHCi () checkModule m = do let modl = GHC.mkModuleName m session <- getSession - result <- io (GHC.checkModule session modl) + result <- io (GHC.checkModule session modl False) case result of Nothing -> io $ putStrLn "Nothing" Just r -> io $ putStrLn (showSDoc (