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