aboutsummaryrefslogtreecommitdiff
path: root/haddock-ghc.cabal
diff options
context:
space:
mode:
authordavve@dtek.chalmers.se <David Waern>2007-03-25 00:46:48 +0000
committerdavve@dtek.chalmers.se <David Waern>2007-03-25 00:46:48 +0000
commit6f55aa8b181d1cfcfb415a87733e530809332573 (patch)
tree4a9118ef06555ec818c1711ab61eb994758e481e /haddock-ghc.cabal
parenta7077e5f38d08888459acb33e276e29ce733f206 (diff)
Start work on Haddock API
Diffstat (limited to 'haddock-ghc.cabal')
-rw-r--r--haddock-ghc.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/haddock-ghc.cabal b/haddock-ghc.cabal
index 4ec7fd26..10ee010a 100644
--- a/haddock-ghc.cabal
+++ b/haddock-ghc.cabal
@@ -9,6 +9,10 @@ stability: stable
homepage: http://www.haskell.org/haddock/
synopsis: Haddock is a documentation-generation tool for Haskell libraries
build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc, network>=1.0, Cabal, FilePath>=0.11
+ghc-options: -fglasgow-exts
+hs-source-dirs: src
+exposed-modules:
+ Distribution.Haddock
data-files:
html/haddock-DEBUG.css
html/haddock.css
@@ -73,5 +77,6 @@ other-modules:
HaddockVersion
Html
GHCUtils
+ Haddock.InterfaceFile
+ Haddock.Exception
Main
-