diff options
author | David Waern <unknown> | 2007-08-16 17:11:38 +0000 |
---|---|---|
committer | David Waern <unknown> | 2007-08-16 17:11:38 +0000 |
commit | 5108a166a345dc017e231086fb9b86f60b37fd1f (patch) | |
tree | 7cc462a966e59e2e0ff8835cd0f50084e17efc20 /src/Main.hs | |
parent | 1cc889b028e226b50c8b85f7b2f674e32f840f3b (diff) |
Comment the HaddockPackage definition
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
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, |