Compare commits
3 Commits
PR/issue-1
...
v0.1.14
| Author | SHA1 | Date | |
|---|---|---|---|
| 561b6684ce | |||
| a13bb3154d | |||
| fd9d3faf9f |
@@ -8,9 +8,9 @@ chmod +x ~/.ghcup/bin/ghcup
|
|||||||
|
|
||||||
export PATH="$HOME/.ghcup/bin:$PATH"
|
export PATH="$HOME/.ghcup/bin:$PATH"
|
||||||
|
|
||||||
ghcup install 8.10.3
|
ghcup install 8.10.4
|
||||||
ghcup install-cabal 3.4.0.0-rc4
|
ghcup install-cabal 3.4.0.0
|
||||||
ghcup set 8.10.3
|
ghcup set 8.10.4
|
||||||
|
|
||||||
|
|
||||||
## install ghcup
|
## install ghcup
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# Revision history for ghcup
|
# Revision history for ghcup
|
||||||
|
|
||||||
## 0.1.14 -- ????-??-??
|
## 0.1.14 -- 2021-03-07
|
||||||
|
|
||||||
|
* Major bugfix: fix handling of stray versions wrt [#116](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/116)
|
||||||
* Fix error messages and overhaul pretty printing wrt [#115](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/115)
|
* Fix error messages and overhaul pretty printing wrt [#115](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/115)
|
||||||
|
|
||||||
## 0.1.13 -- 2021-02-26
|
## 0.1.13 -- 2021-02-26
|
||||||
|
|||||||
Reference in New Issue
Block a user