aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordavve <davve@dtek.chalmers.se>2007-03-06 01:24:58 +0000
committerdavve <davve@dtek.chalmers.se>2007-03-06 01:24:58 +0000
commit7cb99d181c1d34241681e6600c702409c4fcc530 (patch)
treec996215e78249c358f2a2fadf1fae9b77e47d5b8 /src
parentdee4a9b5af2ed26097d797b7f10282cafb039aa9 (diff)
Change version to 2.0 and executable name to haddock
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index b7ecab36..feb815fd 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -2,6 +2,8 @@
-- Haddock - A Haskell Documentation Tool
--
-- (c) Simon Marlow 2003
+--
+-- Ported to use the GHC API by David Waern during "Summer of Code" 2006
--
module Main (main) where