diff options
author | davve <davve@dtek.chalmers.se> | 2007-03-06 01:24:58 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2007-03-06 01:24:58 +0000 |
commit | 7cb99d181c1d34241681e6600c702409c4fcc530 (patch) | |
tree | c996215e78249c358f2a2fadf1fae9b77e47d5b8 /src/Main.hs | |
parent | dee4a9b5af2ed26097d797b7f10282cafb039aa9 (diff) |
Change version to 2.0 and executable name to haddock
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
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 |