Skip to content

Commit a5d228b

Browse files
committed
Bump to 0.1.20.0
1 parent a7be1e7 commit a5d228b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Revision history for ghcup
22

3-
## 0.1.19.5 -- ????-?-??
3+
## 0.1.20.0 -- 2023-11-10
44

5-
* support JS cross compilers wrt [#838](https://github.com/haskell/ghcup-hs/issues/838)
5+
### New features
6+
7+
* support TUI on windows thanks to the work from vty and brick maintainers (Chris Hackett, Timofey Zakrevskiy, Jonathan Daugherty, ...), wrt [#912](https://github.com/haskell/ghcup-hs/pull/912)
8+
* support JS and wasm cross compilers wrt [#838](https://github.com/haskell/ghcup-hs/issues/838), thanks to Sylvain Henry and IOG
9+
* Support stacks installation strategy and metadata wrt [#892](https://github.com/haskell/ghcup-hs/issues/892)
10+
- you can now enable stacks installation method via `ghcup config set url-source '["GHCupURL", "StackSetupURL"]'`... for more information, check the [documentation](https://www.haskell.org/ghcup/guide/#using-stacks-setup-info-metadata-to-install-ghc)
11+
12+
### Improvements and bug fixes
13+
14+
* fix segfault in TUI when hitting enter early wrt [#887](https://github.com/haskell/ghcup-hs/issues/887)
15+
* Improve key handling in TUI, fixes [#875](https://github.com/haskell/ghcup-hs/issues/875)
16+
* add explicit support for Void Linux and Rocky Linux (this requires a metadata version bump to `ghcup-0.0.8.yaml`)
17+
* optparse cli interface now has a test suite thanks to Lei Zhu, wrt [#862](https://github.com/haskell/ghcup-hs/pull/862)
618

719
## 0.1.19.4 -- 2023-7-02
820

ghcup.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: ghcup
3-
version: 0.1.19.5
3+
version: 0.1.20.0
44
license: LGPL-3.0-only
55
license-file: LICENSE
66
copyright: Julian Ospald 2020

0 commit comments

Comments
 (0)