aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-05-30 15:12:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-05-30 15:12:42 -0700
commit3181023ca11063569a01f123dd72898725c0950d (patch)
tree7b3a5b090addad98a1d639c541a1901a47250d67 /pandoc.cabal
parent1f78efff3b903158da557dbe83c2350954d40a2e (diff)
downloadpandoc-3181023ca11063569a01f123dd72898725c0950d.tar.gz
Add version bound in custom-setup for Cabal.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 47c0c74b4..75eb60d95 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -339,7 +339,7 @@ flag network-uri
Default: True
custom-setup
- setup-depends: base, Cabal
+ setup-depends: base, Cabal >= 2.0
library
build-depends: base >= 4.7 && < 5,