summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-28 13:03:06 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-01 08:21:30 -0400
commit9b05b601f240ff473c2dbb1dfd0db256247b7fa6 (patch)
treec2f1abefe769cf2875fa2f696a8f14ca96333652
parentb2f51099ca4e12fc282f28a68ef32a2f091f6955 (diff)
downloadhaskell-9b05b601f240ff473c2dbb1dfd0db256247b7fa6.tar.gz
ghc-boot: Use cabal-version: 3.0
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 37a59be090..8f62723d20 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -1,10 +1,12 @@
+cabal-version: 3.0
+
-- WARNING: ghc-boot.cabal is automatically generated from ghc-boot.cabal.in by
-- ../../configure. Make sure you are editing ghc-boot.cabal.in, not
-- ghc-boot.cabal.
name: ghc-boot
version: @ProjectVersionMunged@
-license: BSD3
+license: BSD-3-Clause
license-file: LICENSE
category: GHC
maintainer: ghc-devs@haskell.org
@@ -22,7 +24,6 @@ description: This library is shared between GHC, ghc-pkg, and other boot
The package database format and this library are constructed in
such a way that while ghc-pkg depends on Cabal, the GHC library
and program do not have to depend on Cabal.
-cabal-version: 1.22
build-type: Simple
extra-source-files: changelog.md