Skip to content

Commit c49bb4e

Browse files
authored
Merge pull request #6634 from phadej/changelog.d
Changelog.d
2 parents 922f8c2 + 55342c2 commit c49bb4e

15 files changed

+63
-29
lines changed

Cabal/ChangeLog.md

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
1-
# 3.2.0.0 [Someone](mailto:[email protected]) February 2020
2-
* `cabal check` verifies `cpp-options` more pedantically, allowing only
3-
options starting with `-D` and `-U`.
4-
* Don’t rebuild world when new ghc flags that affect how error
5-
messages are presented is specified.
6-
* Fix multilib build-depends parsing (#5846)
1+
# 3.2.0.0 [Herbert Valerio Riedel](mailto:[email protected]) April 2020
72
* Change free text `String` fields to use `ShortText` in package description
83
and installed packge info.
94
* Split `Distribution.Types.Flag` and `Distribution.Types.ConfVar`
10-
`Distribution.Types.GenericPackageDescription`
5+
`Distribution.Types.GenericPackageDescription`.
116
* Add GHC-8.10 support, including new extensions to
12-
`Language.Haskell.Extension`
13-
* Use more `NonEmpty` instead of ordinary lists
14-
* Add `Distribution.Utils.Structured` for fingeprinting `Binary` blobs
15-
* Add `null`, `length` and `unsafeFromUTF8BS` to `Distribution.Utils.ShortText`
16-
* Refactor `Distribution.Utils.IOData` module
17-
* Rename `Distribution.Compat.MD5` to `Distribution.Utils.MD5`
18-
* Add `safeHead`, `safeTail`, `safeLast` to `Distribution.Utils.Generic`
19-
* Add `unsnoc` and `unsnocNE` to `Distribution.Utils.Generic`
20-
* Add `Set'` modifier to `Distribution.Parsec.Newtypes`
21-
* Add `Distribution.Compat.Async`
22-
* Add `Distribution.Compat.Process` with `enableProcessJobs`
23-
* Disallow spaces around colon `:` in Dependency (`build-depends` syntax
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`.
17+
18+
# 3.0.2.0 [Herbert Valerio Riedel](mailto:[email protected]) April 2020
19+
* Disallow spaces around colon `:` in Dependency `build-depends` syntax
20+
([#6538](https://github.com/haskell/cabal/pull/6538)).
2421
* Make `configure` accept any `pkg-config --modversion` output
22+
([#6541](https://github.com/haskell/cabal/pull/6541)).
2523

26-
# 3.0.1.0 TBW
27-
* Add GHC-8.8 flags to normaliseGhcFlags
28-
([#6379](https://github.com/haskell/cabal/pull/6379))
24+
# 3.0.1.0 [Herbert Valerio Riedel](mailto:[email protected]) April 2020
25+
* Add GHC-8.8 flags to `normaliseGhcFlags`
26+
([#6379](https://github.com/haskell/cabal/pull/6379)).
2927
* Typo fixes
30-
([#6372](https://github.com/haskell/cabal/pull/6372))
28+
([#6372](https://github.com/haskell/cabal/pull/6372)).
3129
* Limit version number parts to contain at most 9 digits
32-
([#6386](https://github.com/haskell/cabal/pull/6386)
30+
([#6386](https://github.com/haskell/cabal/pull/6386)).
3331
* Fix boundless sublibrary depedency parse failure
34-
([#5846](https://github.com/haskell/cabal/issues/5846))
32+
([#5846](https://github.com/haskell/cabal/issues/5846)).
3533
* `cabal check` verifies `cpp-options` more pedantically, allowing only
3634
options starting with `-D` and `-U`.
3735
* Don’t rebuild world when new ghc flags that affect how error
3836
messages are presented is specified.
3937
* Fix dropExeExtension behaviour on Windows
40-
([#6287](https://github.com/haskell/cabal/pull/6287)
38+
([#6287](https://github.com/haskell/cabal/pull/6287)).
4139

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

cabal-install/changelog

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-*-change-log-*-
22

3-
3.2.0.0 Someone <mailto:[email protected]> February 2020
3+
3.2.0.0 Herbert Valerio Riedel <[email protected]> April 2020
44
* `v2-build` (and other `v2-`prefixed commands) now accept the
55
`--benchmark-option(s)` flags, which pass options to benchmark executables
66
(analogous to how `--test-option(s)` works). (#6209)
@@ -17,7 +17,7 @@
1717
* `cabal v2-run` works with `.lhs` files (#6134)
1818
* `subdir` in source-repository-package accepts multiple entries (#5472)
1919

20-
3.0.1.0 TBW December 2019
20+
3.0.1.0 Herbert Valerio Riedel <[email protected]> April 2020
2121
* Create store incoming directory
2222
([#4130](https://github.com/haskell/cabal/issues/4130))
2323
* `fetchRepoTarball` output is not marked
@@ -34,7 +34,6 @@
3434
* Use `hackage-security-0.6`
3535
([#6388](https://github.com/haskell/cabal/pull/6388))
3636
* Other dependency upgrades
37-
* On windows use copy as the default install method for executables
3837

3938
3.0.0.0 Mikhail Glushenkov <[email protected]> August 2019
4039
* `v2-haddock` fails on `haddock` failures (#5977)

changelog.d/cabal-init

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
synopsis: `cabal init` defaults to `cabal-version: 2.4`
2+
prs: #6607

changelog.d/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
organization: haskell
2+
repository: cabal

changelog.d/documentation

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
synopsis: Documentation updates
2+
prs: #6613

changelog.d/index-state

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
synopsis: More rich `index-state` syntax. `v2-freeze` saves `index-state`.
2+
packages: cabal-install
3+
prs: #6596 #6581 #6597

changelog.d/install-sha256

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
synopsis: Check sha256 if `#sha256=...` fragments are given to URIs
2+
packages: cabal-install
3+
prs: #6576

changelog.d/issue-6210

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
synopsis: Default to 'NoReports' for remote build reporting
2+
issues: #6210
3+
prs: #6625

changelog.d/issue-6369

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
synopsis: Allow cabal v2-install pkgname:exename
2+
packages: cabal-install
3+
prs: #6576
4+
issues: #6369

changelog.d/issue-6393

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
synopsis: Allow cabal v2-install http://
2+
packages: cabal-install
3+
prs: #6576
4+
issues: #6393

changelog.d/issue-6432

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
synopsis: Split `KnownRepoType` out of `RepoType`
2+
packages: Cabal
3+
issues: #6432
4+
prs: #6612

changelog.d/issue-6575

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
synopsis: cabal v2-install prints copy/symlink destination
2+
packages: cabal-install
3+
prs: #6582 #6890
4+
issues: #6575

changelog.d/others

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
synopsis: other changes

changelog.d/public-libs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
synopsis: Mark public-libs as experimental feature
2+
prs: #6605

changelog.d/utf8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
synopsis: Better UTF8 handling, parsed ShortText should be valid now
2+
packages: Cabal
3+
prs: #6588

0 commit comments

Comments
 (0)