diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcc265..6faab0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ghcup +## 0.1.19.5 -- ????-?-?? + +* support JS cross compilers wrt [#838](https://github.com/haskell/ghcup-hs/issues/838) + ## 0.1.19.4 -- 2023-7-02 * fix missing TUI for aarch64 linux binaries diff --git a/ghcup.cabal b/ghcup.cabal index fc0153f..0ffcf8f 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghcup -version: 0.1.19.4 +version: 0.1.19.5 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020