summaryrefslogtreecommitdiff
path: root/libraries/base/base.cabal
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2018-01-21 20:37:17 +0200
committerBen Gamari <ben@smart-cactus.org>2018-01-21 20:39:02 -0500
commit2671cccde749ed64129097358f81bff43480cdb9 (patch)
treeaec56bdf80e6bbf82f60f1208d3050bf8d0d36a3 /libraries/base/base.cabal
parent6c0db98bc5d1dceb8fa48544532f85d386900e4a (diff)
downloadhaskell-2671cccde749ed64129097358f81bff43480cdb9.tar.gz
Update Cabal submodule
- Cabal-2.2 uses SPDX license identifiers, so I had to update `cabal-version: 2.1` packages `license: BSD3` to `license: BSD-3-Clause` - `ghc-cabal` used old ReadP parsec, now it uses `parsec` too - InstalledPackageInfo pretty-printing have changed a little, fields with default values aren't printed. This can be changed in `Cabal` still, but I haven't found problems with omitting them. Note: `BSD-3-Clause` is parsed as "name = BSD, version = 3" by old parser (because 3-Clause looks like version 3 with tag Clause). If you see *"BSD-3" is not a valid license*, then something is using old parser still. Fixes #9885.
Diffstat (limited to 'libraries/base/base.cabal')
-rw-r--r--libraries/base/base.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index 4252cdc025..dc529a8686 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -3,7 +3,7 @@ name: base
version: 4.11.0.0
-- NOTE: Don't forget to update ./changelog.md
-license: BSD3
+license: BSD-3-Clause
license-file: LICENSE
maintainer: libraries@haskell.org
bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/base