X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FMain.hs;h=51e5e47a97a6c58cd7a6bc4975d423934680fb4e;hb=348b357a272d5faefb9708380beea9187f18a6b3;hp=e55f105de9eceda68b1843ce39b4ef004697d5ee;hpb=11427f35d1275419d178d02f53cea73e406e1c74;p=ghc-hetmet.git diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index e55f105..51e5e47 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.48 2001/01/19 15:26:37 simonmar Exp $ +-- $Id: Main.hs,v 1.49 2001/01/21 16:37:06 sewardj Exp $ -- -- GHC Driver program -- @@ -311,7 +311,7 @@ beginMake mods beginInteractive :: [String] -> IO () #ifndef GHCI -beginInteractive = throwDyn (OtherError "not build for interactive use") +beginInteractive = throwDyn (OtherError "not built for interactive use") #else beginInteractive mods = do state <- cmInit Interactive