aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-11-16 00:05:29 +0000
committerDavid Waern <david.waern@gmail.com>2010-11-16 00:05:29 +0000
commit60fc319706a137d3b037d77dea55d126b347dc41 (patch)
tree6985c9616d6ac973801ee0f89372fc84f3f9f466
parentf92546c5167d628cc68f9a29e6690e26aae870ee (diff)
Remove Haskell 2010 extensions from .cabal file
-rw-r--r--haddock.cabal6
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