diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc525f..12fbb1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ghcup +## 0.1.17.7 -- ????-??-?? + +* Fix `ghcup run` on windows wrt [#345](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/345) + ## 0.1.17.6 -- 2022-03-18 * Vastly improve shell completions wrt [#242](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/242) diff --git a/ghcup.cabal b/ghcup.cabal index 3926e95..a0247f5 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.17.6 +version: 0.1.17.7 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020