We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e83a7f commit 6e1380eCopy full SHA for 6e1380e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Revision history for ghcup
2
3
+## 0.1.19.3 -- 2023-6-29
4
+
5
+* Implement support for nightlies, wrt [#824](https://github.com/haskell/ghcup-hs/issues/824)
6
+* Fix GC with XDG dirs, fixes [#810](https://github.com/haskell/ghcup-hs/issues/810)
7
8
## 0.1.19.2 -- 2023-2-24
9
10
* Follow-up fix for JFS/ReiserFS and other filesystem that don't support `d_type`, fixes [#787](https://github.com/haskell/ghcup-hs/issues/787)
ghcup.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: ghcup
-version: 0.1.19.2
+version: 0.1.19.3
license: LGPL-3.0-only
license-file: LICENSE
copyright: Julian Ospald 2020
0 commit comments