From a544feffb3b87745301c1059ae3db79b7523bc19 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 30 Jul 2022 10:26:44 +0800 Subject: [PATCH] Finalize release --- CHANGELOG.md | 10 +++++----- scripts/bootstrap/bootstrap-haskell | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7423ddc..0831913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,23 +8,23 @@ - bindists that don't support `make DESTDIR=/some/tmp/dir install` are now unsupported - installed GHC files are now recorded to avoid use of `removePathForcibly` - internally uses a newtype wrapper for user-input paths and restrict destructive operations to validated paths +* Add `--disable-ld-override` for darwin bindists wrt #391 +* Allow passing bindist configure args wrt #377 * use of `TMPDIR` is dropped... now uses an internal tmp dir `~/.ghcup/tmp` * improvements to error handling and warnings * Require --isolate to have an absolute directory, fixes #367 * Fix mingw PATH handling wrt #371 * Add --mingw-path switch to `ghcup run` * Fix `ghcup run` on windows, fixes #375 -* Allow passing bindist configure args wrt #377 -* Improve `ghcup compile hls` +* Improve `ghcup compile ` - short hashes now work - - print the long hash in addition to the detected cabal version of HLS + - print the long hash in addition to the detected version +* Improve `ghcup compile hls` - add `--git-describe-version` switch as an alternative to `--overwrite-version` - Allow to build HLS from hackage (now is the default) - Allow to run 'cabal update' automatically before the HLS build - Fix parser and completer for 'ghcup compile hls --version' * Improve `ghcup compile ghc` - - short hashes now work - - print the long hash in addition to the detected cabal version of HLS - Allow to build from arbitrary GHC source dists ## 0.1.17.10 -- 2022-05-12 diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 0d3fb9e..9caec8b 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -27,7 +27,7 @@ plat="$(uname -s)" arch=$(uname -m) -ghver="0.1.17.8" +ghver="0.1.18.0" : "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}" export GHCUP_SKIP_UPDATE_CHECK=yes