diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-25 17:23:35 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-01-22 03:03:25 +0100 |
commit | f7fd1258eea146589e96188174c6ef1ad3a4f05b (patch) | |
tree | ca393c95c16291ee00b1b678e042bd610e056706 /cabal-helper.cabal | |
parent | bc1b304aa262cb00bc486b5af0e22a142cbb0337 (diff) |
Upgrade Cabal-spec verson to 2.2
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index ed80e45..b383ff3 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -1,3 +1,4 @@ +cabal-version: 2.2 name: cabal-helper version: 1.0.0.0 synopsis: @@ -24,13 +25,12 @@ description: is installed into a private, isolated, package database in @$XDG_CACHE_HOME/cabal-helper@ so as to not interfere with the user's package database. -license: GPL-3 +license: GPL-3.0-or-later license-file: LICENSE author: Daniel Gröber <cabal-helper@dxld.at> maintainer: cabal-helper@dxld.at category: Distribution build-type: Simple -cabal-version: 2.0 extra-source-files: README.md src/CabalHelper/Runtime/*.hs |