Skip to content
Snippets Groups Projects
Commit 5108a166 authored by David Waern's avatar David Waern
Browse files

Comment the HaddockPackage definition

parent 1cc889b0
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment