diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0104..b55ffac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for ghcup +## 0.1.15.2 -- 2021-06-13 + +* Remove legacy handling of cabal binary and be more graceful about binaries not installed by ghcup (e.g. stack) +* Fix GHC compilation from git +* Fix 'ghcup upgrade' on windows +* Allow to skip update checks via `GHCUP_SKIP_UPDATE_CHECK` +* Use libarchive on windows as well, fixing unpack errors wrt [#147](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/147) + ## 0.1.15.1 -- 2021-06-11 * Add Apple Silicon support diff --git a/ghcup.cabal b/ghcup.cabal index 8d3b91d..9070406 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.15.1 +version: 0.1.15.2 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020