Bump version to 0.1.2
This commit is contained in:
parent
2b6cb5f1a8
commit
b3105b439c
@ -1,5 +1,11 @@
|
|||||||
# Revision history for ghcup
|
# Revision history for ghcup
|
||||||
|
|
||||||
|
## 0.1.2 -- 2020-04-15
|
||||||
|
|
||||||
|
* Fix bug when removing the set GHC version
|
||||||
|
* Fix use of undocumented `GHCUP_INSTALL_BASE_PREFIX` variable
|
||||||
|
* skip upgrade if ghcup is already latest version
|
||||||
|
|
||||||
## 0.1.1 -- 2020-04-15
|
## 0.1.1 -- 2020-04-15
|
||||||
|
|
||||||
* fix awful fdopendir bug on mac bug by updating hpath-posix
|
* fix awful fdopendir bug on mac bug by updating hpath-posix
|
||||||
|
5
TODO.md
5
TODO.md
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
## Now
|
## Now
|
||||||
|
|
||||||
* ghcup migration
|
* move out GHCup.Version module, bc it's not library-ish
|
||||||
* update static links
|
|
||||||
|
|
||||||
* releases, update download info and bootstrap-haskell
|
|
||||||
|
|
||||||
## Maybe
|
## Maybe
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
name: ghcup
|
name: ghcup
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
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
|
||||||
|
@ -14,4 +14,4 @@ ghcupURL :: URI
|
|||||||
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|]
|
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|]
|
||||||
|
|
||||||
ghcUpVer :: PVP
|
ghcUpVer :: PVP
|
||||||
ghcUpVer = [pver|0.1.1|]
|
ghcUpVer = [pver|0.1.2|]
|
||||||
|
Loading…
Reference in New Issue
Block a user