[project @ 2004-03-23 09:15:54 by ralf]
authorralf <unknown>
Tue, 23 Mar 2004 09:15:54 +0000 (09:15 +0000)
committerralf <unknown>
Tue, 23 Mar 2004 09:15:54 +0000 (09:15 +0000)
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

index ed6d796..00c9e2f 100644 (file)
@@ -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