From 409e3c81382970cd327fc3c0ea99509bedbaa3ac Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 7 Jan 2008 18:21:30 +0000 Subject: Export necessary stuff from Distribution.Haddock --- CHANGES | 2 ++ src/Distribution/Haddock.hs | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 0e975248..2ff18815 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,8 @@ Changes in version 2.0.0.0: * Haddock understands literate source files + * Add a small library to read Haddock's interface files + * Add a flag -B for passing the path to the GHC lib dir * Add a flag --optghc for passing options to GHC diff --git a/src/Distribution/Haddock.hs b/src/Distribution/Haddock.hs index 2d0f3dc7..6f5f7252 100644 --- a/src/Distribution/Haddock.hs +++ b/src/Distribution/Haddock.hs @@ -7,7 +7,11 @@ module Distribution.Haddock ( readInterfaceFile, + InterfaceFile(..), + LinkEnv, + InstalledInterface(..) ) where import Haddock.InterfaceFile +import Haddock.Types -- cgit v1.2.3