We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff074e commit aaf4c36Copy full SHA for aaf4c36
start
@@ -201,8 +201,6 @@ case "${MODE}" in
201
;;
202
esac > "${ZLIB_BUILD_FILE}"
203
204
-SNAPSHOT=lts-20.3
205
-
206
case "$GHC_VERSION" in
207
8.10.*)
208
SNAPSHOT=lts-18.28
@@ -216,7 +214,11 @@ case "$GHC_VERSION" in
216
214
9.4.*)
217
215
SNAPSHOT=lts-21.5
218
+ 9.6.*)
+ SNAPSHOT=lts-22.22
219
+ ;;
220
*)
221
+ SNAPSHOT=nightly-2024-05-24
222
stderr "warning: unsupported GHC version: ${GHC_VERSION}, using stack resolver ${SNAPSHOT}"
223
esac
224
0 commit comments