Skip to content

Commit 5bd739a

Browse files
committed
Bump to 0.1.50.1
1 parent a5b73a5 commit 5bd739a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

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.50.0
3+
version: 0.1.50.1
44
license: LGPL-3.0-only
55
license-file: LICENSE
66
copyright: Julian Ospald 2024

scripts/bootstrap/bootstrap-haskell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ die() {
4141

4242
plat="$(uname -s)"
4343
arch=$(uname -m)
44-
ghver="0.1.50.0"
44+
ghver="0.1.50.1"
4545
: "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}"
4646

4747
export GHCUP_SKIP_UPDATE_CHECK=yes

0 commit comments

Comments
 (0)