aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-08-16 17:11:38 +0000
committerDavid Waern <unknown>2007-08-16 17:11:38 +0000
commit5108a166a345dc017e231086fb9b86f60b37fd1f (patch)
tree7cc462a966e59e2e0ff8835cd0f50084e17efc20 /src
parent1cc889b028e226b50c8b85f7b2f674e32f840f3b (diff)
Comment the HaddockPackage definition
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index a3b487ef..aad43840 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1264,6 +1264,8 @@ type ErrMsgM a = Writer [ErrMsg] a
-- Packages
--------------------------------------------------------------------------------
+
+-- | Represents the installed haddock information for a package
data HaddockPackage = HaddockPackage {
pdModules :: [Module],
pdDocEnv :: DocEnv,