From 57fa394eb0afbc8368091b9c90e132e29e2b72aa Mon Sep 17 00:00:00 2001 From: Lila Date: Mon, 18 May 2020 23:29:43 +0200 Subject: 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. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3