diff options
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs index 597048fb..e8f14654 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -286,8 +286,8 @@ handleEasyFlags flags fileArgs = do throwE ("-h cannot be used with --gen-index or --gen-contents") where byeVersion = bye $ - "Haddock version " ++ projectVersion ++ - ", (c) Simon Marlow 2006; ported to the GHC-API by David Waern 2006-2007\n" + "Haddock version " ++ projectVersion ++ ", (c) Simon Marlow 2006\n" + ++ "Ported to use the GHC API by David Waern 2006-2008\n" byeGhcVersion = bye $ (fromJust $ lookup "Project version" $ compilerInfo) ++ "\n" |