summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/rts.cabal.in4
-rw-r--r--utils/hp2ps/hp2ps.cabal6
-rw-r--r--utils/touchy/touchy.cabal4
-rw-r--r--utils/unlit/unlit.cabal4
4 files changed, 9 insertions, 9 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index ce9d751ba3..a895c9ce0f 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@haskell.org
build-type: Simple
flag libm
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
diff --git a/utils/touchy/touchy.cabal b/utils/touchy/touchy.cabal
index ab025e4e36..377051e28b 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 e15a0754f6..a621f04bc7 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