summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-07-05 13:01:46 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-07-05 13:01:46 +0200
commite95aa16fdc28a387406231f4b34ff56ce2afc730 (patch)
tree3d1352baf6a904c65e18e1c650c7327c19bb31e2 /gf.cabal
parentce83d8490bfd52489db49e1d6e939f61586e06a4 (diff)
parent0ef7fb8b0f5cfcf6e03a3ab0ce36cd9056a08024 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal10
1 files changed, 9 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 5c795c10a..b324be214 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,7 +1,7 @@
name: gf
version: 3.9-git
-cabal-version: >= 1.20
+cabal-version: >= 1.24
build-type: Custom
license: OtherLicense
license-file: LICENSE
@@ -39,6 +39,14 @@ data-files:
www/translator/*.css
www/translator/*.js
+custom-setup
+ setup-depends:
+ base,
+ Cabal >=1.4.0.0,
+ directory >=1.2.5.0,
+ filepath,
+ process >=1.0.1.1
+
source-repository head
type: git
location: https://github.com/GrammaticalFramework/GF.git