[commit: ghc] wip/angerman/reloc: Meh, Cabal. (0ac0739)

git at git.haskell.org git at git.haskell.org
Tue Feb 13 06:54:13 UTC 2018


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

On branch  : wip/angerman/reloc
Link       : http://ghc.haskell.org/trac/ghc/changeset/0ac073970d27664d994675e009499ca7e4e6cac1/ghc

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

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

    Meh, Cabal.


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

0ac073970d27664d994675e009499ca7e4e6cac1
 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