aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/InterfaceFile.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-06-24 22:23:23 +0000
committerDavid Waern <david.waern@gmail.com>2009-06-24 22:23:23 +0000
commit448d5b29a18ee9ef88a43879bf850ff16f327cb8 (patch)
treeb0d0583a9a6944480f8e95f4ddeed6d1aceefa59 /src/Haddock/InterfaceFile.hs
parentd02190da47dfd3712ce72cac6b36604f544dfb2b (diff)
Add Haddock module headers
Add a proper Haddock module header to each module, with a more finegrained copyright. If you feel mis-accreditted, please correct any copyright notice! The maintainer field is set to haddock@projects.haskell.org. Next step is to add a brief description to each module.
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r--src/Haddock/InterfaceFile.hs15
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(..),