[commit: ghc] wip/angerman/llvmng: Meh, Cabal. (3e37a87)

git at git.haskell.org git at git.haskell.org
Wed Feb 7 06:40:23 UTC 2018


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

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/3e37a87a1a38f3e6fc74a013bca2d853928b1e0c/ghc

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

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

    Meh, Cabal.


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

3e37a87a1a38f3e6fc74a013bca2d853928b1e0c
 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 b33a5f4..e986484 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