diff options
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index f4c74cb9..78d88816 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -1,11 +1,16 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} - --- --- Haddock - A Haskell Documentation Tool +----------------------------------------------------------------------------- +-- | +-- Module : Haddock.InterfaceFile +-- Copyright : (c) David Waern 2006-2009 +-- License : BSD-like -- --- (c) Simon Marlow 2003 +-- Maintainer : haddock@projects.haskell.org +-- Stability : experimental +-- Portability : portable -- - +-- Reading and writing the .haddock interface file +----------------------------------------------------------------------------- module Haddock.InterfaceFile ( InterfaceFile(..), |