diff options
author | David Waern <david.waern@gmail.com> | 2010-11-16 00:05:29 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-11-16 00:05:29 +0000 |
commit | 60fc319706a137d3b037d77dea55d126b347dc41 (patch) | |
tree | 6985c9616d6ac973801ee0f89372fc84f3f9f466 /haddock.cabal | |
parent | f92546c5167d628cc68f9a29e6690e26aae870ee (diff) |
Remove Haskell 2010 extensions from .cabal file
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal index bb28f649..979eff29 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -86,7 +86,6 @@ executable haddock if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE - extensions: ForeignFunctionInterface else build-depends: ghc-paths @@ -96,7 +95,7 @@ executable haddock main-is: Main.hs hs-source-dirs: src - extensions: CPP, PatternGuards, DeriveDataTypeable, + extensions: CPP, DeriveDataTypeable, ScopedTypeVariables, MagicHash ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs @@ -146,7 +145,6 @@ library if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE - extensions: ForeignFunctionInterface else build-depends: ghc-paths @@ -155,7 +153,7 @@ library build-depends: QuickCheck >= 2.1 && < 3 hs-source-dirs: src - extensions: CPP, PatternGuards, DeriveDataTypeable, + extensions: CPP, DeriveDataTypeable, ScopedTypeVariables, MagicHash ghc-options: -funbox-strict-fields -O2 -Wall -fwarn-tabs |