X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FPanic.lhs;h=00c9e2fad7754daa123e2f431aeb4c3d8501d1f3;hb=b39e2dc8fd9a851eb553316c0b9fce99677530bd;hp=ed6d7963a65d388a142f9d2353139019a0db3d43;hpb=6cb108911c36c28db77b4de40980e9e7085c64f1;p=ghc-hetmet.git 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