diff options
author | Simon Hengel <simon.hengel@wiktory.org> | 2010-08-08 10:12:45 +0000 |
---|---|---|
committer | Simon Hengel <simon.hengel@wiktory.org> | 2010-08-08 10:12:45 +0000 |
commit | a127473902c8d833f15ad7fd83f29cc786827f14 (patch) | |
tree | bcbfdb58d951ed3f0ca8ef0a17262da952d539e3 /haddock.cabal | |
parent | 5df4e529147ebec3d11b6c8e318c50383077afe3 (diff) |
Add createInterfaces' (a more high-level alternative to createInterfaces) to Haddock API
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 9599310c..e3b11421 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -167,6 +167,7 @@ library Documentation.Haddock other-modules: + Main Haddock.Interface Haddock.Interface.Rename Haddock.Interface.Create |