diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2018-02-05 12:34:03 +0800 |
---|---|---|
committer | Moritz Angermann <moritz.angermann@gmail.com> | 2018-02-15 09:58:23 +0800 |
commit | e03ca71f14dca2fe0bf3e884f34c44838937424a (patch) | |
tree | 0044371586cfa7e6d351943829d95cf9cf35ea43 /utils/hp2ps | |
parent | d5ff33d34b0d8eb26b496a809a2f73e83ea59573 (diff) | |
download | haskell-e03ca71f14dca2fe0bf3e884f34c44838937424a.tar.gz |
Update .cabal files for Cabal 2.1
cabal introduces SPDX identifier, and as such we need to change the
BSD3 license name. Also the >= qualifier is no longer prefered.
Test Plan: ./validate
Reviewers: bgamari, erikd, simonmar
Reviewed By: bgamari
Subscribers: alpmestan, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4406
Diffstat (limited to 'utils/hp2ps')
-rw-r--r-- | utils/hp2ps/hp2ps.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/hp2ps/hp2ps.cabal b/utils/hp2ps/hp2ps.cabal index ba5db04415..b4062b2cb5 100644 --- a/utils/hp2ps/hp2ps.cabal +++ b/utils/hp2ps/hp2ps.cabal @@ -1,8 +1,8 @@ -cabal-version: >=2.1 +cabal-version: 2.1 Name: hp2ps Version: 0.1 Copyright: XXX -License: BSD3 +license: BSD-3-Clause Author: XXX Maintainer: XXX Synopsis: Heap Profile to PostScript converter @@ -10,7 +10,7 @@ Description: XXX Category: Development build-type: Simple -Executable unlit +Executable hp2ps Default-Language: Haskell2010 Main-Is: Main.c extra-libraries: m |