diff options
author | Simon Hengel <sol@typeful.net> | 2012-05-16 13:37:02 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-05-27 08:50:02 +0200 |
commit | 1483f369caaacc25e07f9715b15e49c35205b417 (patch) | |
tree | fac83b939903c9a4dcced15ded9b86d809ac3fdb /haddock.cabal | |
parent | 108f1588d31c9f7b90f31b15be4489e6067982b0 (diff) |
Use LANGUAGE pragmas instead of default-extensions in cabal file
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal index 9d6f1a9b..609df296 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -104,8 +104,6 @@ executable haddock main-is: Main.hs hs-source-dirs: src - default-extensions: CPP, DeriveDataTypeable, - ScopedTypeVariables, MagicHash ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs other-modules: @@ -165,8 +163,6 @@ library build-depends: QuickCheck >= 2.1 && < 3 hs-source-dirs: src - default-extensions: CPP, DeriveDataTypeable, - ScopedTypeVariables, MagicHash ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs exposed-modules: |