Release 0.1.6
This commit is contained in:
parent
3c80929c38
commit
fb0eba9201
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Revision history for ghcup
|
# 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
|
## 0.1.5 -- 2020-04-30
|
||||||
|
|
||||||
* Fix errors when PATH variable contains path components that are actually files
|
* Fix errors when PATH variable contains path components that are actually files
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
name: ghcup
|
name: ghcup
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
synopsis: ghc toolchain installer as an exe/library
|
synopsis: ghc toolchain installer as an exe/library
|
||||||
description:
|
description:
|
||||||
A rewrite of the shell script ghcup, for providing
|
A rewrite of the shell script ghcup, for providing
|
||||||
|
@ -16,7 +16,7 @@ ghcupURL :: URI
|
|||||||
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.json|]
|
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.json|]
|
||||||
|
|
||||||
ghcUpVer :: PVP
|
ghcUpVer :: PVP
|
||||||
ghcUpVer = [pver|0.1.5|]
|
ghcUpVer = [pver|0.1.6|]
|
||||||
|
|
||||||
numericVer :: String
|
numericVer :: String
|
||||||
numericVer = T.unpack . prettyPVP $ ghcUpVer
|
numericVer = T.unpack . prettyPVP $ ghcUpVer
|
||||||
|
Loading…
Reference in New Issue
Block a user