From 60fc319706a137d3b037d77dea55d126b347dc41 Mon Sep 17 00:00:00 2001 From: David Waern Date: Tue, 16 Nov 2010 00:05:29 +0000 Subject: Remove Haskell 2010 extensions from .cabal file --- haddock.cabal | 6 ++---- 1 file 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 -- cgit v1.2.3