aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-05-30 13:16:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-05-30 13:16:16 -0700
commit1e4255ced6a367cfac7dbdae0f87d5bd884f9b49 (patch)
tree415f5f3b68167fb55c1f885c0fa5e7e06f8972c8
parentaff401745cc67f3cba6f6e04a40b81e227ecdde8 (diff)
downloadpandoc-1e4255ced6a367cfac7dbdae0f87d5bd884f9b49.tar.gz
Require cabal-version >= 2.0. This is needed for haddock-library.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0fe8bdf0f..47c0c74b4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
name: pandoc
version: 2.2.1
-cabal-version: >= 1.10
+cabal-version: >= 2.0
build-type: Custom
license: GPL-2
license-file: COPYING.md