diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index b3e0f3d27fb6c472c977a59fc5c1ffff6bdbe56c..c4f08c9f3fb67030f276b19fbd8bbfad5ab771f1 100644 --- a/Cabal/ChangeLog.md +++ b/Cabal/ChangeLog.md @@ -1,22 +1,24 @@ -# 3.0.2.0 - * Disallow spaces around colon `:` in Dependency (`build-depends` syntax +# 3.0.2.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020 + * Disallow spaces around colon `:` in Dependency `build-depends` syntax + ([#6538](https://github.com/haskell/cabal/pull/6538)). * Make `configure` accept any `pkg-config --modversion` output + ([#6541](https://github.com/haskell/cabal/pull/6541)). -# 3.0.1.0 TBW - * Add GHC-8.8 flags to normaliseGhcFlags - ([#6379](https://github.com/haskell/cabal/pull/6379)) +# 3.0.1.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020 + * Add GHC-8.8 flags to `normaliseGhcFlags` + ([#6379](https://github.com/haskell/cabal/pull/6379)). * 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 - ([#6386](https://github.com/haskell/cabal/pull/6386) + ([#6386](https://github.com/haskell/cabal/pull/6386)). * 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 options starting with `-D` and `-U`. * Don’t rebuild world when new ghc flags that affect how error messages are presented is specified. * 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 * The 3.0 migration guide gives advice on adapting Custom setup diff --git a/cabal-install/changelog b/cabal-install/changelog index 9050cbdaeaaef128f8be970f1a1c37c39e3adf1e..13fbb2e4028de1aed93e47fcca44b3fd841d17ca 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -1,6 +1,6 @@ -*-change-log-*- -3.0.1.0 TBW December 2019 +3.0.1.0 Herbert Valerio Riedel <hvr@gnu.org> April 2020 * Create store incoming directory ([#4130](https://github.com/haskell/cabal/issues/4130)) * `fetchRepoTarball` output is not marked