From: sewardj Date: Sun, 21 Jan 2001 16:37:06 +0000 (+0000) Subject: [project @ 2001-01-21 16:37:06 by sewardj] X-Git-Tag: Approximately_9120_patches~2839 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=348b357a272d5faefb9708380beea9187f18a6b3;p=ghc-hetmet.git [project @ 2001-01-21 16:37:06 by sewardj] fix typo --- 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