Skip to content
Snippets Groups Projects
Commit df65caf9 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

More tweaks to Cabal/changelog for 3.2 rls

re #6432
parent e9e7c0f1
No related branches found
No related tags found
No related merge requests found
...@@ -2,40 +2,40 @@ ...@@ -2,40 +2,40 @@
* Change free text `String` fields to use `ShortText` in package description * Change free text `String` fields to use `ShortText` in package description
and installed packge info. and installed packge info.
* Split `Distribution.Types.Flag` and `Distribution.Types.ConfVar` * Split `Distribution.Types.Flag` and `Distribution.Types.ConfVar`
`Distribution.Types.GenericPackageDescription` `Distribution.Types.GenericPackageDescription`.
* Add GHC-8.10 support, including new extensions to * Add GHC-8.10 support, including new extensions to
`Language.Haskell.Extension` `Language.Haskell.Extension`.
* Use more `NonEmpty` instead of ordinary lists * Use more `NonEmpty` instead of ordinary lists.
* Add `Distribution.Utils.Structured` for fingeprinting `Binary` blobs * Add `Distribution.Utils.Structured` for fingeprinting `Binary` blobs.
* Add `null`, `length` and `unsafeFromUTF8BS` to `Distribution.Utils.ShortText` * Add `null`, `length` and `unsafeFromUTF8BS` to `Distribution.Utils.ShortText`.
* Refactor `Distribution.Utils.IOData` module * Refactor `Distribution.Utils.IOData` module.
* Rename `Distribution.Compat.MD5` to `Distribution.Utils.MD5` * Rename `Distribution.Compat.MD5` to `Distribution.Utils.MD5`.
* Add `safeHead`, `safeTail`, `safeLast` to `Distribution.Utils.Generic` * Add `safeHead`, `safeTail`, `safeLast` to `Distribution.Utils.Generic`.
* Add `unsnoc` and `unsnocNE` to `Distribution.Utils.Generic` * Add `unsnoc` and `unsnocNE` to `Distribution.Utils.Generic`.
* Add `Set'` modifier to `Distribution.Parsec.Newtypes` * Add `Set'` modifier to `Distribution.Parsec.Newtypes`.
* Add `Distribution.Compat.Async` * Add `Distribution.Compat.Async`.
# 3.0.2.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020 # 3.0.2.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020
* Disallow spaces around colon `:` in Dependency `build-depends` syntax * Disallow spaces around colon `:` in Dependency `build-depends` syntax
([#6538](https://github.com/haskell/cabal/pull/6538)) ([#6538](https://github.com/haskell/cabal/pull/6538)).
* Make `configure` accept any `pkg-config --modversion` output * Make `configure` accept any `pkg-config --modversion` output
([#6541](https://github.com/haskell/cabal/pull/6541)) ([#6541](https://github.com/haskell/cabal/pull/6541)).
# 3.0.1.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020 # 3.0.1.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020
* Add GHC-8.8 flags to `normaliseGhcFlags` * Add GHC-8.8 flags to `normaliseGhcFlags`
([#6379](https://github.com/haskell/cabal/pull/6379)) ([#6379](https://github.com/haskell/cabal/pull/6379)).
* Typo fixes * Typo fixes
([#6372](https://github.com/haskell/cabal/pull/6372)) ([#6372](https://github.com/haskell/cabal/pull/6372)).
* Limit version number parts to contain at most 9 digits * Limit version number parts to contain at most 9 digits
([#6386](https://github.com/haskell/cabal/pull/6386)) ([#6386](https://github.com/haskell/cabal/pull/6386)).
* Fix boundless sublibrary depedency parse failure * Fix boundless sublibrary depedency parse failure
([#5846](https://github.com/haskell/cabal/issues/5846)) ([#5846](https://github.com/haskell/cabal/issues/5846)).
* `cabal check` verifies `cpp-options` more pedantically, allowing only * `cabal check` verifies `cpp-options` more pedantically, allowing only
options starting with `-D` and `-U`. options starting with `-D` and `-U`.
* Don’t rebuild world when new ghc flags that affect how error * Don’t rebuild world when new ghc flags that affect how error
messages are presented is specified. messages are presented is specified.
* Fix dropExeExtension behaviour on Windows * Fix dropExeExtension behaviour on Windows
([#6287](https://github.com/haskell/cabal/pull/6287) ([#6287](https://github.com/haskell/cabal/pull/6287)).
# 3.0.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) August 2019 # 3.0.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) August 2019
* The 3.0 migration guide gives advice on adapting Custom setup * The 3.0 migration guide gives advice on adapting Custom setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment