diff options
author | David Waern <unknown> | 2007-08-17 11:41:05 +0000 |
---|---|---|
committer | David Waern <unknown> | 2007-08-17 11:41:05 +0000 |
commit | 93d806105dd027f4d31a76e2bd2410001fe10b29 (patch) | |
tree | 600c614474eee1bd402f67578bb32777dd84f8df /src/Haddock/InterfaceFile.hs | |
parent | d0093c2f3274cf393dfddbc183c60cb35b8d5c3b (diff) |
Add top module comment to all files
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 9b8e0b3e..246c6dba 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -1,3 +1,10 @@ +-- +-- Haddock - A Haskell Documentation Tool +-- +-- (c) Simon Marlow 2003 +-- + + module Haddock.InterfaceFile ( InterfaceFile(..), writeInterfaceFile, @@ -5,6 +12,7 @@ module Haddock.InterfaceFile ( hmod2interface ) where + import Haddock.Types import Haddock.Exception |