diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2018-01-21 20:37:17 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-21 20:39:02 -0500 |
commit | 2671cccde749ed64129097358f81bff43480cdb9 (patch) | |
tree | aec56bdf80e6bbf82f60f1208d3050bf8d0d36a3 /libraries/ghc-prim | |
parent | 6c0db98bc5d1dceb8fa48544532f85d386900e4a (diff) | |
download | haskell-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/ghc-prim')
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal index 9b8c1ac196..f395c9faac 100644 --- a/libraries/ghc-prim/ghc-prim.cabal +++ b/libraries/ghc-prim/ghc-prim.cabal @@ -2,7 +2,7 @@ cabal-version: 2.1 name: ghc-prim version: 0.5.2.0 -- NOTE: Don't forget to update ./changelog.md -license: BSD3 +license: BSD-3-Clause license-file: LICENSE category: GHC maintainer: libraries@haskell.org |