diff options
Diffstat (limited to 'src/Haddock/HH.hs')
-rw-r--r-- | src/Haddock/HH.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Haddock/HH.hs b/src/Haddock/HH.hs index a41d7297..dc8f37e0 100644 --- a/src/Haddock/HH.hs +++ b/src/Haddock/HH.hs @@ -1,3 +1,9 @@ +-- +-- Haddock - A Haskell Documentation Tool +-- +-- (c) Simon Marlow 2003 +-- + module Haddock.HH(ppHHContents, ppHHIndex, ppHHProject) where ppHHContents = error "not yet" |