We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc5c49 commit ffe7029Copy full SHA for ffe7029
1 file changed
docker/haskell-versions.env
@@ -1,10 +1,10 @@
1
-# stackage snapshot lts-22.44 -> ghc 9.6.7
2
-# https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/44.yaml
3
-# ghc 9.6.7 -> hls version 2.11.0.0
+# stackage snapshot lts-23.28 -> ghc 9.8.4
+# https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/28.yaml
+# ghc 9.8.4 -> hls version 2.11.0.0
4
# https://raw.githubusercontent.com/haskell/ghcup-metadata/master/hls-metadata-0.0.1.json
5
6
-STACKAGE_VERSION=lts-22.44
7
-GHC_VERSION=9.6.7
+STACKAGE_VERSION=lts-23.28
+GHC_VERSION=9.8.4
8
HLS_VERSION=2.11.0.0
9
STACK_VERSION=latest
10
CABAL_VERSION=latest
0 commit comments