Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/3d8a517da3256d3b824353ad9648af4a62ac7f9c

>---------------------------------------------------------------

commit 3d8a517da3256d3b824353ad9648af4a62ac7f9c
Author: Simon Hengel <s...@typeful.net>
Date:   Wed Nov 28 09:43:53 2012 +0100

    Export missing types from Documentation.Haddock (#216)

>---------------------------------------------------------------

 src/Documentation/Haddock.hs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/Documentation/Haddock.hs b/src/Documentation/Haddock.hs
index 60bb314..31c92b2 100644
--- a/src/Documentation/Haddock.hs
+++ b/src/Documentation/Haddock.hs
@@ -20,6 +20,10 @@ module Documentation.Haddock (
   processModules,
 
   -- * Export items & declarations
+  DocMap,
+  ArgMap,
+  AliasMap,
+  Documentation(..),
   ExportItem(..),
   DocForDecl,
   FnArgsDoc,



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to