X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FMain.lhs;h=2ed03b4f1f4992ea2f5b92f72f1eeeb672e0fbc6;hb=9c26739695219d8343505a88457cb55c76b65449;hp=afd261798c731fa868fc46385bdfdca4adbcc8c0;hpb=ef68e6ca4bace373228566ef68590d9ff3eb1144;p=ghc-hetmet.git diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index afd2617..2ed03b4 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -74,7 +74,7 @@ main = doIt :: ([CoreToDo], [StgToDo]) -> String -> IO () doIt (core_cmds, stg_cmds) input_pgm - = doDump opt_Verbose "Glasgow Haskell Compiler, version 2.03, for Haskell 1.4" "" >> + = doDump opt_Verbose "Glasgow Haskell Compiler, version 2.04, for Haskell 1.4" "" >> -- ******* READER show_pass "Reader" >>