aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 08:10:56 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 08:10:56 -0800
commitabf5df9fa872789568c2299e16814d5663661035 (patch)
tree6e019cdf7d02f02e38ec47764969cbfa9e1ae3e1
parent47f9a7daf81972f71216ee5ccc8d9054255251b9 (diff)
downloadpandoc-abf5df9fa872789568c2299e16814d5663661035.tar.gz
More cabal tweaks, default to Haskell98 for ghc 6.12 compatibility.
-rw-r--r--pandoc.cabal9
1 files changed, 4 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c3adea7a8..315ae8b80 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -227,7 +227,7 @@ Library
Ghc-Prof-Options: -auto-all -caf-all -rtsopts
else
Ghc-Prof-Options: -auto-all -caf-all
- Default-Language: Haskell2010
+ Default-Language: Haskell98
Default-Extensions: CPP
Other-Extensions: PatternGuards, OverloadedStrings,
ScopedTypeVariables, GeneralizedNewtypeDeriving,
@@ -325,7 +325,7 @@ Executable pandoc
Ghc-Prof-Options: -auto-all -caf-all -rtsopts
else
Ghc-Prof-Options: -auto-all -caf-all
- Default-Language: Haskell2010
+ Default-Language: Haskell98
Default-Extensions: CPP
Other-Extensions: PatternGuards, OverloadedStrings,
ScopedTypeVariables, GeneralizedNewtypeDeriving,
@@ -383,7 +383,7 @@ Executable test-pandoc
Ghc-Prof-Options: -auto-all -caf-all -rtsopts
else
Ghc-Prof-Options: -auto-all -caf-all
- Default-Language: Haskell2010
+ Default-Language: Haskell98
Default-Extensions: CPP
Other-Extensions: PatternGuards, OverloadedStrings,
ScopedTypeVariables, GeneralizedNewtypeDeriving,
@@ -400,8 +400,7 @@ Executable test-pandoc
else
Buildable: False
Other-Extensions: TemplateHaskell, QuasiQuotes
- Default-Language: Haskell2010
- Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.5,
+ Build-Depends: Diff, test-framework >= 0.3 && < 0.5,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
QuickCheck >= 2.4 && < 2.6,