summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2017-08-18 11:55:44 +0200
committerThomas Hallgren <th-github@altocumulus.org>2017-08-18 11:55:44 +0200
commit0a0eaa01bcbe9574bb86a6470ca5139fbd32a9d3 (patch)
tree6589f7ab9c1abbadf5d054f3c47f5b056e875af8 /gf.cabal
parent5ab8b7082cbe6039a952b7f8bd31c16f6a5f3375 (diff)
Bump version requirements to base>=4.6, Cabal>=1.20
Cabal>=1.20 allows control over parallelism when compiling grammars from Setup.hs and WebSetup.hs. base>=4.6 allows conditional compilation with CPP to be eliminated from a few modules. base-4.6 corresponds to GHC 7.6.3, which is what you get in Debian 8 (aka jessie, aka oldstable) from 2015.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/gf.cabal b/gf.cabal
index 38dc6ddb9..120b11b2f 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,7 +1,7 @@
name: gf
-version: 3.9
+version: 3.9-git
-cabal-version: >= 1.10
+cabal-version: >= 1.20
build-type: Custom
license: OtherLicense
license-file: LICENSE
@@ -57,6 +57,7 @@ flag interrupt
flag server
Description: Include --server mode
Default: True
+
flag network-uri
description: Get Network.URI from the network-uri package
default: True
@@ -68,6 +69,7 @@ flag network-uri
flag custom-binary
Description: Use a customised version of the binary package
Default: True
+ Manual: True
flag c-runtime
Description: Include functionality from the C run-time library (which must be installed already)
@@ -75,7 +77,7 @@ flag c-runtime
Library
default-language: Haskell2010
- build-depends: base >= 4.5 && <5,
+ build-depends: base >= 4.6 && <5,
array,
containers,
bytestring,