diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index f25bcb05..68e34c8b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -273,7 +273,7 @@ handleEasyFlags flags fileArgs = do where byeVersion = bye $ "Haddock version " ++ projectVersion ++ - ", (c) Simon Marlow 2003; ported to the GHC-API by David Waern 2006\n" + ", (c) Simon Marlow 2006; ported to the GHC-API by David Waern 2006-2007\n" byeGhcVersion = bye $ (fromJust $ lookup "Project version" $ compilerInfo) ++ "\n" |