diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2017-08-21 10:26:57 +0300 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2017-08-21 10:26:57 +0300 |
| commit | c89759e6388aa00a82c9a4847be73c9e71726147 (patch) | |
| tree | 5994c67ad1d79820d18451518265de5c91c60b30 /gf.cabal | |
| parent | 2d85550e5466c18f248321f7eab333025098ea53 (diff) | |
| parent | 0a3b822313cc664cef860b39ec74c21e0d00475b (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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, |
