From 16d4322c2615e807685e17205c8e41a350a21006 Mon Sep 17 00:00:00 2001
From: David Waern <david.waern@gmail.com>
Date: Sat, 28 Nov 2009 15:07:50 +0000
Subject: Add a documentation header to Haddock.Convert

---
 src/Haddock/Convert.hs | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

(limited to 'src')

diff --git a/src/Haddock/Convert.hs b/src/Haddock/Convert.hs
index 93b69844..9305d25e 100644
--- a/src/Haddock/Convert.hs
+++ b/src/Haddock/Convert.hs
@@ -1,7 +1,17 @@
 {-# LANGUAGE PatternGuards #-}
-
--- This functionality may be moved into GHC at some point, and then
--- we can use the GHC version (#if GHC version is new enough).
+-----------------------------------------------------------------------------
+-- |
+-- Module      :  Haddock.Convert
+-- Copyright   :  (c) Isaac Dupree 2009,
+-- License     :  BSD-like
+--
+-- Maintainer  :  haddock@projects.haskell.org
+-- Stability   :  experimental
+-- Portability :  portable
+--
+-- Conversion between TyThing and HsDecl. This functionality may be moved into
+-- GHC at some point.
+-----------------------------------------------------------------------------
 
 -- Some other functions turned out to be useful for converting
 -- instance heads, which aren't TyThings, so just export everything.
-- 
cgit v1.2.3