[commit: ghc] master: Update .cabal files for Cabal 2.1 (e03ca71)

git at git.haskell.org git at git.haskell.org
Thu Feb 15 01:58:46 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e03ca71f14dca2fe0bf3e884f34c44838937424a/ghc

>---------------------------------------------------------------

commit e03ca71f14dca2fe0bf3e884f34c44838937424a
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Mon Feb 5 12:34:03 2018 +0800

    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


>---------------------------------------------------------------

e03ca71f14dca2fe0bf3e884f34c44838937424a
 rts/rts.cabal.in          | 4 ++--
 utils/hp2ps/hp2ps.cabal   | 6 +++---
 utils/touchy/touchy.cabal | 4 ++--
 utils/unlit/unlit.cabal   | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index ce9d751..a895c9c 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -1,7 +1,7 @@
-cabal-version: >= 2.1
+cabal-version: 2.1
 name: rts
 version: 1.0
-license: BSD3
+license: BSD-3-Clause
 maintainer: glasgow-haskell-users at haskell.org
 build-type: Simple
 flag libm
diff --git a/utils/hp2ps/hp2ps.cabal b/utils/hp2ps/hp2ps.cabal
index ba5db04..b4062b2 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
diff --git a/utils/touchy/touchy.cabal b/utils/touchy/touchy.cabal
index ab025e4..377051e 100644
--- a/utils/touchy/touchy.cabal
+++ b/utils/touchy/touchy.cabal
@@ -1,8 +1,8 @@
-cabal-version: >=2.1
+cabal-version: 2.1
 Name: touchy
 Version: 0.1
 Copyright: XXX
-License: BSD3
+License: BSD-3-Clause
 Author: XXX
 Maintainer: XXX
 Synopsis: @touch@ for windows
diff --git a/utils/unlit/unlit.cabal b/utils/unlit/unlit.cabal
index e15a075..a621f04 100644
--- a/utils/unlit/unlit.cabal
+++ b/utils/unlit/unlit.cabal
@@ -1,8 +1,8 @@
-cabal-version: >=2.1
+cabal-version: 2.1
 Name: unlit
 Version: 0.1
 Copyright: XXX
-License: BSD3
+License: BSD-3-Clause
 Author: XXX
 Maintainer: XXX
 Synopsis: Literate program filter



More information about the ghc-commits mailing list