From c733810fdcdf31aa9c86640102c9d1d62d8359e9 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 11 May 2022 16:02:59 +0200 Subject: [PATCH] Bump version to 0.1.17.8 --- CHANGELOG.md | 6 ++++++ ghcup.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8065df8..8443f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for ghcup +## 0.1.17.8 -- XXXX-XX-XX + +* Fix HLS build not cleaning up properly on failed installations, fixes [#361](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/361) + - this also fixes a significant bug on installation failure when combining `--isolate DIR` with `--force` +* Fix parsing of symlinks with multiple slashes, wrt [#353](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/353) + ## 0.1.17.7 -- 2022-04-21 * Fix `ghcup run` on windows wrt [#345](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/345) diff --git a/ghcup.cabal b/ghcup.cabal index a0247f5..196977a 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.17.7 +version: 0.1.17.8 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020