File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for ghcup
2
2
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
+
3
21
## 0.1.22.0 -- 2024-03-13
4
22
5
23
### New features
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : ghcup
3
- version : 0.1.22 .0
3
+ version : 0.1.30 .0
4
4
license : LGPL-3.0-only
5
5
license-file : LICENSE
6
6
copyright : Julian Ospald 2024
You can’t perform that action at this time.
0 commit comments