aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorLila <lila91142@gmail.com>2020-05-18 23:29:43 +0200
committerGitHub <noreply@github.com>2020-05-18 14:29:43 -0700
commit57fa394eb0afbc8368091b9c90e132e29e2b72aa (patch)
tree17bd29d129070649c205e80c957014ff0e63eb4b /pandoc.cabal
parent1d3a3a027a76941cbc47ad707a17fb43aa3030e7 (diff)
downloadpandoc-57fa394eb0afbc8368091b9c90e132e29e2b72aa.tar.gz
Bump cabal-version to 2.2 (#6377)
In b3cfdc2c7 the license was changed to GPL-2.0-or-later which is an SPDX expression, however cabal only interprets the license field as an SPDX expression if cabal-version is 2.2 or later. Starting with 2.2 cabal-version also has to be the first statement in the .cabal file.
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 778e38690..326726519 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
+cabal-version: 2.2
name: pandoc
version: 2.9.2.1
-cabal-version: 2.0
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md