Skip to content

Commit df65caf

Browse files
committed
More tweaks to Cabal/changelog for 3.2 rls
re #6432
1 parent e9e7c0f commit df65caf

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Cabal/ChangeLog.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
* Change free text `String` fields to use `ShortText` in package description
33
and installed packge info.
44
* Split `Distribution.Types.Flag` and `Distribution.Types.ConfVar`
5-
`Distribution.Types.GenericPackageDescription`
5+
`Distribution.Types.GenericPackageDescription`.
66
* Add GHC-8.10 support, including new extensions to
7-
`Language.Haskell.Extension`
8-
* Use more `NonEmpty` instead of ordinary lists
9-
* Add `Distribution.Utils.Structured` for fingeprinting `Binary` blobs
10-
* Add `null`, `length` and `unsafeFromUTF8BS` to `Distribution.Utils.ShortText`
11-
* Refactor `Distribution.Utils.IOData` module
12-
* Rename `Distribution.Compat.MD5` to `Distribution.Utils.MD5`
13-
* Add `safeHead`, `safeTail`, `safeLast` to `Distribution.Utils.Generic`
14-
* Add `unsnoc` and `unsnocNE` to `Distribution.Utils.Generic`
15-
* Add `Set'` modifier to `Distribution.Parsec.Newtypes`
16-
* Add `Distribution.Compat.Async`
7+
`Language.Haskell.Extension`.
8+
* Use more `NonEmpty` instead of ordinary lists.
9+
* Add `Distribution.Utils.Structured` for fingeprinting `Binary` blobs.
10+
* Add `null`, `length` and `unsafeFromUTF8BS` to `Distribution.Utils.ShortText`.
11+
* Refactor `Distribution.Utils.IOData` module.
12+
* Rename `Distribution.Compat.MD5` to `Distribution.Utils.MD5`.
13+
* Add `safeHead`, `safeTail`, `safeLast` to `Distribution.Utils.Generic`.
14+
* Add `unsnoc` and `unsnocNE` to `Distribution.Utils.Generic`.
15+
* Add `Set'` modifier to `Distribution.Parsec.Newtypes`.
16+
* Add `Distribution.Compat.Async`.
1717

1818
# 3.0.2.0 [Herbert Valerio Riedel](mailto:[email protected]) April 2020
1919
* Disallow spaces around colon `:` in Dependency `build-depends` syntax
20-
([#6538](https://github.com/haskell/cabal/pull/6538))
20+
([#6538](https://github.com/haskell/cabal/pull/6538)).
2121
* Make `configure` accept any `pkg-config --modversion` output
22-
([#6541](https://github.com/haskell/cabal/pull/6541))
22+
([#6541](https://github.com/haskell/cabal/pull/6541)).
2323

2424
# 3.0.1.0 [Herbert Valerio Riedel](mailto:[email protected]) April 2020
2525
* Add GHC-8.8 flags to `normaliseGhcFlags`
26-
([#6379](https://github.com/haskell/cabal/pull/6379))
26+
([#6379](https://github.com/haskell/cabal/pull/6379)).
2727
* Typo fixes
28-
([#6372](https://github.com/haskell/cabal/pull/6372))
28+
([#6372](https://github.com/haskell/cabal/pull/6372)).
2929
* Limit version number parts to contain at most 9 digits
30-
([#6386](https://github.com/haskell/cabal/pull/6386))
30+
([#6386](https://github.com/haskell/cabal/pull/6386)).
3131
* Fix boundless sublibrary depedency parse failure
32-
([#5846](https://github.com/haskell/cabal/issues/5846))
32+
([#5846](https://github.com/haskell/cabal/issues/5846)).
3333
* `cabal check` verifies `cpp-options` more pedantically, allowing only
3434
options starting with `-D` and `-U`.
3535
* Don’t rebuild world when new ghc flags that affect how error
3636
messages are presented is specified.
3737
* Fix dropExeExtension behaviour on Windows
38-
([#6287](https://github.com/haskell/cabal/pull/6287)
38+
([#6287](https://github.com/haskell/cabal/pull/6287)).
3939

4040
# 3.0.0.0 [Mikhail Glushenkov](mailto:[email protected]) August 2019
4141
* The 3.0 migration guide gives advice on adapting Custom setup

0 commit comments

Comments
 (0)