summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-18 21:27:40 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-18 21:27:40 +0200
commit0a3b822313cc664cef860b39ec74c21e0d00475b (patch)
tree5994c67ad1d79820d18451518265de5c91c60b30 /gf.cabal
parent1f3c9d0b1736daa979e195bc07d971421768e4ad (diff)
parent0a0eaa01bcbe9574bb86a6470ca5139fbd32a9d3 (diff)
????
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
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 92e041799..120b11b2f 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,7 +1,7 @@
name: gf
-version: 3.8-darcs
+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,