Bump version to 0.1.12
This commit is contained in:
parent
951b0843b2
commit
956e11c3f8
@ -1,5 +1,13 @@
|
|||||||
# Revision history for ghcup
|
# Revision history for ghcup
|
||||||
|
|
||||||
|
## 0.1.12 -- ????-??-??
|
||||||
|
|
||||||
|
* improve TUI:
|
||||||
|
- separators between tools sections
|
||||||
|
- reverse list order so latest is on top
|
||||||
|
- expand the blues selected bar
|
||||||
|
- show new latest versions in bright white
|
||||||
|
|
||||||
## 0.1.11 -- 2020-09-23
|
## 0.1.11 -- 2020-09-23
|
||||||
|
|
||||||
* Add support for installing haskell-language-server, wrt #65
|
* Add support for installing haskell-language-server, wrt #65
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
name: ghcup
|
name: ghcup
|
||||||
version: 0.1.11
|
version: 0.1.12
|
||||||
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
|
||||||
|
@ -26,7 +26,7 @@ ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.3.yaml|]
|
|||||||
|
|
||||||
-- | The current ghcup version.
|
-- | The current ghcup version.
|
||||||
ghcUpVer :: PVP
|
ghcUpVer :: PVP
|
||||||
ghcUpVer = [pver|0.1.11|]
|
ghcUpVer = [pver|0.1.12|]
|
||||||
|
|
||||||
-- | ghcup version as numeric string.
|
-- | ghcup version as numeric string.
|
||||||
numericVer :: String
|
numericVer :: String
|
||||||
|
Loading…
Reference in New Issue
Block a user