aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2007-11-11 00:55:33 +0000
committerDavid Waern <david.waern@gmail.com>2007-11-11 00:55:33 +0000
commit9ed1a66dda8270fa1696e7e7cec0c299e024255e (patch)
tree73254c8c71ceeccb4b6329007fd645c55e2d19c4 /src
parent2267aa3fbfa778e207738a85053e920353f584cc (diff)
Update copyright
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
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"