From: ralf Date: Tue, 23 Mar 2004 09:15:54 +0000 (+0000) Subject: [project @ 2004-03-23 09:15:54 by ralf] X-Git-Tag: Initial_conversion_from_CVS_complete~1944 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b39e2dc8fd9a851eb553316c0b9fce99677530bd;p=ghc-hetmet.git [project @ 2004-03-23 09:15:54 by ralf] Version 6.3 is encoded as 603 not 630. GHC builds fine again through both stages on my system. Ralf --- diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index ed6d796..00c9e2f 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -121,7 +121,7 @@ showGhcException (Panic s) ++ "to glasgow-haskell-bugs@haskell.org,\n" ++ "or http://sourceforge.net/projects/ghc/.\n\n") -#if __GLASGOW_HASKELL__ < 630 +#if __GLASGOW_HASKELL__ < 603 myMkTyConApp = mkAppTy #else myMkTyConApp = mkTyConApp