diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c2dc7..4318baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for ghcup +## 0.1.17.3 -- 2021-10-27 + +* clean up during unpack failures as well +* migrate te aeson-2.0.1.0 +* switch to yaml-streamly to fix performance regression wrt [#270](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/270) +* use [github.com/haskell/ghcup-metadata](https://github.com/haskell/ghcup-metadata) for metadata file download (better caching) + ## 0.1.17.2 -- 2021-09-30 * Honour GHC bootstrap compiler during git clone stages wrt [#250](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/250) diff --git a/ghcup.cabal b/ghcup.cabal index 004f021..32f862a 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.17.2 +version: 0.1.17.3 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020 diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 02174a1..c96af5f 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -25,7 +25,7 @@ plat="$(uname -s)" arch=$(uname -m) -ghver="0.1.17.2" +ghver="0.1.17.3" base_url="https://downloads.haskell.org/~ghcup" export GHCUP_SKIP_UPDATE_CHECK=yes