Release 0.1.15.2

This commit is contained in:
Julian Ospald 2021-06-13 22:07:33 +02:00
parent 2e3e413f6c
commit a608a105e3
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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