diff --git a/setup/README.md b/setup/README.md index c53a3387..0556556b 100644 --- a/setup/README.md +++ b/setup/README.md @@ -130,7 +130,10 @@ That is, setting any "boolean" to a value other than the empty string (`""`) wil - `head`[[1]](#ghc-head-note-1) - `latest` (default, recommended) -- `9.2.2` `9.2` +- `9.4.1` `9.4` +- `9.2.4` `9.2` +- `9.2.3` +- `9.2.2` - `9.2.1` - `9.0.2` `9.0` - `9.0.1` @@ -165,6 +168,7 @@ Suggestion: Try to support the three latest major versions of GHC. **Cabal:** - `latest` (default, recommended) +- `3.8.1.0` `3.8` - `3.6.2.0` `3.6` - `3.6.0.0` - `3.4.1.0` `3.4` diff --git a/setup/dist/index.js b/setup/dist/index.js index 92aa4df6..75dea24f 100644 --- a/setup/dist/index.js +++ b/setup/dist/index.js @@ -12711,7 +12711,7 @@ module.exports = JSON.parse('{"win32":{"ghc":[{"from":"8.10.2","to":"8.10.2.2"}, /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"ghc":["9.2.2","9.2.1","9.0.2","9.0.1","8.10.7","8.10.6","8.10.5","8.10.4","8.10.3","8.10.2","8.10.1","8.8.4","8.8.3","8.8.2","8.8.1","8.6.5","8.6.4","8.6.3","8.6.2","8.6.1","8.4.4","8.4.3","8.4.2","8.4.1","8.2.2","8.0.2","7.10.3"],"cabal":["3.6.2.0","3.6.0.0","3.4.1.0","3.4.0.0","3.2.0.0","3.0.0.0","2.4.1.0"],"stack":["2.7.5","2.7.3","2.7.1","2.5.1","2.3.3","2.3.1","2.1.3","2.1.1","1.9.3","1.9.1","1.7.1","1.6.5","1.6.3","1.6.1","1.5.1","1.5.0","1.4.0","1.3.2","1.3.0","1.2.0"],"ghcup":["0.1.17.6"]}'); +module.exports = JSON.parse('{"ghc":["9.4.1","9.2.4","9.2.3","9.2.2","9.2.1","9.0.2","9.0.1","8.10.7","8.10.6","8.10.5","8.10.4","8.10.3","8.10.2","8.10.1","8.8.4","8.8.3","8.8.2","8.8.1","8.6.5","8.6.4","8.6.3","8.6.2","8.6.1","8.4.4","8.4.3","8.4.2","8.4.1","8.2.2","8.0.2","7.10.3"],"cabal":["3.8.1.0","3.6.2.0","3.6.0.0","3.4.1.0","3.4.0.0","3.2.0.0","3.0.0.0","2.4.1.0"],"stack":["2.7.5","2.7.3","2.7.1","2.5.1","2.3.3","2.3.1","2.1.3","2.1.1","1.9.3","1.9.1","1.7.1","1.6.5","1.6.3","1.6.1","1.5.1","1.5.0","1.4.0","1.3.2","1.3.0","1.2.0"],"ghcup":["0.1.18.0"]}'); /***/ }) diff --git a/setup/lib/versions.json b/setup/lib/versions.json index 682bc5ff..10524a13 100644 --- a/setup/lib/versions.json +++ b/setup/lib/versions.json @@ -1,5 +1,8 @@ { "ghc": [ + "9.4.1", + "9.2.4", + "9.2.3", "9.2.2", "9.2.1", "9.0.2", @@ -29,6 +32,7 @@ "7.10.3" ], "cabal": [ + "3.8.1.0", "3.6.2.0", "3.6.0.0", "3.4.1.0", @@ -59,5 +63,5 @@ "1.3.0", "1.2.0" ], - "ghcup": ["0.1.17.6"] + "ghcup": ["0.1.18.0"] } diff --git a/setup/src/versions.json b/setup/src/versions.json index 9b2533d2..6eb0f4be 100644 --- a/setup/src/versions.json +++ b/setup/src/versions.json @@ -1,5 +1,8 @@ { "ghc": [ + "9.4.1", + "9.2.4", + "9.2.3", "9.2.2", "9.2.1", "9.0.2", @@ -29,6 +32,7 @@ "7.10.3" ], "cabal": [ + "3.8.1.0", "3.6.2.0", "3.6.0.0", "3.4.1.0", @@ -59,5 +63,5 @@ "1.3.0", "1.2.0" ], - "ghcup": ["0.1.17.6"] + "ghcup": ["0.1.18.0"] }