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 11# Revision history for ghcup
22
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+
37## 0.1.50.0 -- 2025-03-23
48
59* 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 11cabal-version : 2.4
22name : ghcup
3- version : 0.1.50.0
3+ version : 0.1.50.1
44license : LGPL-3.0-only
55license-file : LICENSE
66copyright : Julian Ospald 2024
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ die() {
4141
4242plat=" $( uname -s) "
4343arch=$( uname -m)
44- ghver=" 0.1.50.0 "
44+ ghver=" 0.1.50.1 "
4545: " ${GHCUP_BASE_URL:= https:// downloads.haskell.org/ ~ghcup} "
4646
4747export GHCUP_SKIP_UPDATE_CHECK=yes
You can’t perform that action at this time.
0 commit comments