From b39e2dc8fd9a851eb553316c0b9fce99677530bd Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 23 Mar 2004 09:15:54 +0000 Subject: [PATCH] [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 --- ghc/compiler/utils/Panic.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4