diff options
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 |