diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 46634109..fc61172a 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -119,7 +119,9 @@ library hs-source-dirs: src extensions: CPP, PatternGuards, DeriveDataTypeable, ScopedTypeVariables, MagicHash - exposed-modules: Distribution.Haddock + exposed-modules: + Documentation.Haddock + other-modules: Haddock.Types Haddock.InterfaceFile |