Skip to content

Commit 0fd70d9

Browse files
committed
Bump to 0.1.30.0
1 parent 2a7f32e commit 0fd70d9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Revision history for ghcup
22

3+
## 0.1.30.0 -- 2024-07-07
4+
5+
### New features
6+
7+
* TUI: new context menus for advanced installation and compilation by @lsmor [#949](https://github.com/haskell/ghcup-hs/pull/949)
8+
* Add `def-ghc-conf-options` config option
9+
10+
### Improvements and bug fixes
11+
12+
* Fix TUI for screenreaders
13+
* Fix windows process creation [#1036](https://github.com/haskell/ghcup-hs/issues/1036)
14+
* Improve parsing of --platform values, fixes [#1057](https://github.com/haskell/ghcup-hs/issues/1057)
15+
* Avoid option clash on `-s`
16+
* Don't allow to specify --hadrian and --config wrt [#1082](https://github.com/haskell/ghcup-hs/issues/1082)
17+
* Point to correct store dir when XDG is used [#1089](https://github.com/haskell/ghcup-hs/issues/1089)
18+
* Fix boot GHC for `ghcup compile ghc` wrt [#1045](https://github.com/haskell/ghcup-hs/issues/1045)
19+
* Add hadrian-ghc flag wrt [#1044](https://github.com/haskell/ghcup-hs/issues/1044)
20+
321
## 0.1.22.0 -- 2024-03-13
422

523
### New features

ghcup.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: ghcup
3-
version: 0.1.22.0
3+
version: 0.1.30.0
44
license: LGPL-3.0-only
55
license-file: LICENSE
66
copyright: Julian Ospald 2024

0 commit comments

Comments
 (0)