From becb3436d03aa8586653ffc9994e09a3fc946874 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 2 Jul 2023 12:32:11 +0800 Subject: [PATCH] Bump to 0.1.19.4 --- CHANGELOG.md | 4 ++++ ghcup.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03899b0..1fcc265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ghcup +## 0.1.19.4 -- 2023-7-02 + +* fix missing TUI for aarch64 linux binaries + ## 0.1.19.3 -- 2023-6-29 * Implement support for nightlies, wrt [#824](https://github.com/haskell/ghcup-hs/issues/824) diff --git a/ghcup.cabal b/ghcup.cabal index a85923b..fc0153f 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghcup -version: 0.1.19.3 +version: 0.1.19.4 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020