diff options
author | David Waern <unknown> | 2007-08-29 23:26:24 +0000 |
---|---|---|
committer | David Waern <unknown> | 2007-08-29 23:26:24 +0000 |
commit | 2ad606aaea58bce57ebb1681831514caf6ff56a3 (patch) | |
tree | a0f86d267a922efa5dc8929074934e5d605a86b5 /haddock.cabal | |
parent | 658e79eddf0ac941d2719ec0a3aea58f42ef1277 (diff) |
Rename HaddockModule to Interface and a few more refactorings
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index e97da9c0..d2653179 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -22,9 +22,9 @@ extensions: CPP, PatternGuards ghc-options: -fglasgow-exts hs-source-dirs: src exposed-modules: - Distribution.Haddock - Haddock.Types + Distribution.Haddock other-modules: + Haddock.Types Haddock.InterfaceFile Haddock.Exception data-files: @@ -78,6 +78,7 @@ ghc-options: -fglasgow-exts other-modules: Haddock.Interface.Rename Haddock.Interface.Create + Haddock.Interface.AttachInstances Haddock.Utils.FastMutInt2 Haddock.Utils.BlockTable Haddock.Utils.Html |