aboutsummaryrefslogtreecommitdiff
path: root/src/Documentation
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-05-13 20:51:55 +0000
committerDavid Waern <david.waern@gmail.com>2010-05-13 20:51:55 +0000
commit3428649fdd256c30f1a091607455216593148c91 (patch)
tree95df3956d20e5610a43e233e234880c999ea6bda /src/Documentation
parent94335867d636db9ad6c111705283ec10c9ee1167 (diff)
Export a couple of more types from the API
Diffstat (limited to 'src/Documentation')
-rw-r--r--src/Documentation/Haddock.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Documentation/Haddock.hs b/src/Documentation/Haddock.hs
index 49732657..7123cf36 100644
--- a/src/Documentation/Haddock.hs
+++ b/src/Documentation/Haddock.hs
@@ -20,6 +20,7 @@ module Documentation.Haddock (
-- * Export items & declarations
ExportItem(..),
+ Decl,
DeclInfo,
DocForDecl,
FnArgsDoc,
@@ -35,6 +36,7 @@ module Documentation.Haddock (
-- * Documentation comments
Doc(..),
+ Example(..),
DocMarkup(..),
HaddockModInfo(..),