From fb0eba9201694e0b4172515cf7ed95561c1ee491 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 13 Jul 2020 20:31:14 +0200 Subject: [PATCH] Release 0.1.6 --- CHANGELOG.md | 10 ++++++++++ ghcup.cabal | 2 +- lib/GHCup/Version.hs | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ad014..3e00e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Revision history for ghcup +## 0.1.6 -- 2020-07-13 + +* Create a new curses (brick) based TUI, accessible via `ghcup tui` #24 +* Support multiple installed versions of cabal #23 +* Improvements to `ghcup list` (show unavailable bindists for platform) +* Fix redhat downloads #29 +* Support for hadrian bindists (fixes alpine-8.10.1) #31 +* Add FreeBSD bindists 8.6.5 and 8.8.3 +* Fix memory leak during unpack + ## 0.1.5 -- 2020-04-30 * Fix errors when PATH variable contains path components that are actually files diff --git a/ghcup.cabal b/ghcup.cabal index 5e18790..71d56bc 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.5 +version: 0.1.6 synopsis: ghc toolchain installer as an exe/library description: A rewrite of the shell script ghcup, for providing diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs index 037ab24..70d6e3a 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -16,7 +16,7 @@ ghcupURL :: URI ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.json|] ghcUpVer :: PVP -ghcUpVer = [pver|0.1.5|] +ghcUpVer = [pver|0.1.6|] numericVer :: String numericVer = T.unpack . prettyPVP $ ghcUpVer