diff options
author | David Waern <david.waern@gmail.com> | 2008-05-01 12:54:19 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-05-01 12:54:19 +0000 |
commit | a76d028b8ba25566f29e89229f1669d967dfc961 (patch) | |
tree | 16ba97b04682367a3d2be2274b927b7dd7da7d74 /haddock.cabal | |
parent | 808cf452200a22baff24c5bb87fd108127c29b5c (diff) |
Add extensions to cabal file
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index dc862ecb..3be3d1ea 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -22,7 +22,8 @@ build-depends: pretty, containers, array -extensions: CPP, PatternGuards +extensions: CPP, PatternGuards, DeriveDataTypeable, + PatternSignatures, MagicHash hs-source-dirs: src exposed-modules: Distribution.Haddock other-modules: @@ -75,7 +76,8 @@ extra-source-files: executable: haddock hs-source-dirs: src main-is: Main.hs -extensions: CPP, PatternGuards +extensions: CPP, PatternGuards, DeriveDataTypeable, + PatternSignatures, MagicHash ghc-options: -funbox-strict-fields -O2 other-modules: Haddock.Interface |