File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for ghcup
2
2
3
+ ## 0.1.50.1 -- 2025-03-25
4
+
5
+ * fix unwanted dynamic linking to libyaml on macOS, fixes [ #1246 ] ( https://github.com/haskell/ghcup-hs/issues/1246 )
6
+
3
7
## 0.1.50.0 -- 2025-03-23
4
8
5
9
* Fix logic when guessing incomplete PVP versions, fixes [ #1243 ] ( https://github.com/haskell/ghcup-hs/pull/1243 )
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : ghcup
3
- version : 0.1.50.0
3
+ version : 0.1.50.1
4
4
license : LGPL-3.0-only
5
5
license-file : LICENSE
6
6
copyright : Julian Ospald 2024
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ die() {
41
41
42
42
plat=" $( uname -s) "
43
43
arch=$( uname -m)
44
- ghver=" 0.1.50.0 "
44
+ ghver=" 0.1.50.1 "
45
45
: " ${GHCUP_BASE_URL:= https:// downloads.haskell.org/ ~ghcup} "
46
46
47
47
export GHCUP_SKIP_UPDATE_CHECK=yes
You can’t perform that action at this time.
0 commit comments