diff options
author | davve@dtek.chalmers.se <David Waern> | 2007-04-05 17:19:56 +0000 |
---|---|---|
committer | davve@dtek.chalmers.se <David Waern> | 2007-04-05 17:19:56 +0000 |
commit | 1ea1385dfe0b6024ac77a7af6e08474d289faa81 (patch) | |
tree | 9428a4be931af327b6925327400bd5cd05a971a3 /haddock-ghc.cabal | |
parent | 80966ec53d0f236b83c2b9a99e40ef56217ec86c (diff) |
Do save/read of interface files properly
Diffstat (limited to 'haddock-ghc.cabal')
-rw-r--r-- | haddock-ghc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock-ghc.cabal b/haddock-ghc.cabal index c21e0f2d..97a78a54 100644 --- a/haddock-ghc.cabal +++ b/haddock-ghc.cabal @@ -9,6 +9,7 @@ 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 +extensions: CPP, PatternGuards ghc-options: -fglasgow-exts hs-source-dirs: src exposed-modules: |