summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2017-08-21 10:26:57 +0300
committerInari Listenmaa <inari.listenmaa@gmail.com>2017-08-21 10:26:57 +0300
commitc89759e6388aa00a82c9a4847be73c9e71726147 (patch)
tree5994c67ad1d79820d18451518265de5c91c60b30 /gf.cabal
parent2d85550e5466c18f248321f7eab333025098ea53 (diff)
parent0a3b822313cc664cef860b39ec74c21e0d00475b (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/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 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,