diff options
author | David Waern <david.waern@gmail.com> | 2007-11-11 00:55:33 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2007-11-11 00:55:33 +0000 |
commit | 9ed1a66dda8270fa1696e7e7cec0c299e024255e (patch) | |
tree | 73254c8c71ceeccb4b6329007fd645c55e2d19c4 /src | |
parent | 2267aa3fbfa778e207738a85053e920353f584cc (diff) |
Update copyright
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" |