Skip to content

Commit a39f33d

Browse files
committed
Bump to 0.1.50.2
1 parent 0eb0753 commit a39f33d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.50.2 -- 2025-05-17
4+
5+
* Respect system `ld` on all platforms and disable GHCs aggressive selection of `ld.gold`, fixes [#1032](https://github.com/haskell/ghcup-hs/issues/1032)
6+
* TUI: allow responding to prompts with Return (defaulting to Yes response) by Jan Hrček wrt [#1253](https://github.com/haskell/ghcup-hs/pull/1253)
7+
38
## 0.1.50.1 -- 2025-03-25
49

510
* fix unwanted dynamic linking to libyaml on macOS, fixes [#1246](https://github.com/haskell/ghcup-hs/issues/1246)

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

0 commit comments

Comments
 (0)