diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-28 13:03:06 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-29 11:22:17 -0400 |
commit | 5e24532d7345a3c6d5279d6b788c6d52b3ead700 (patch) | |
tree | 6b22fac87c35a902dea0878e9ece93e5849af34e | |
parent | 675b22274b49b1ece430616ff7e908ef85a387c8 (diff) | |
download | haskell-5e24532d7345a3c6d5279d6b788c6d52b3ead700.tar.gz |
ghc-boot: Use cabal-version: 3.0
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 5 |
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 |