diff options
Diffstat (limited to 'haddock-ghc.cabal')
-rw-r--r-- | haddock-ghc.cabal | 7 |
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 - |