From 7398b0c373cccf9ed5dfddae26f77ed02dea4967 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sat, 11 Nov 2023 23:17:10 +0100 Subject: [PATCH] Add GHC 9.4.8 --- README.md | 3 ++- dist/index.js | 2 +- lib/versions.json | 1 + src/versions.json | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62a2139..9ae1146 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`. - `9.6.3` `9.6` - `9.6.2` - `9.6.1` -- `9.4.7` `9.4` +- `9.4.8` `9.4` +- `9.4.7` - `9.4.6` - `9.4.5` - `9.4.4` diff --git a/dist/index.js b/dist/index.js index 771cf6d..dff1358 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14316,7 +14316,7 @@ module.exports = JSON.parse('{"win32":{"ghc":[{"from":"9.4.3","to":"9.4.3.1"},{" /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"ghc":["9.8.1","9.6.3","9.6.2","9.6.1","9.4.7","9.4.6","9.4.5","9.4.4","9.4.3","9.4.2","9.4.1","9.2.8","9.2.7","9.2.6","9.2.5","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.10.2.0","3.10.1.0","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.13.1","2.11.1","2.9.3","2.9.1","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.19.5"]}'); +module.exports = JSON.parse('{"ghc":["9.8.1","9.6.3","9.6.2","9.6.1","9.4.8","9.4.7","9.4.6","9.4.5","9.4.4","9.4.3","9.4.2","9.4.1","9.2.8","9.2.7","9.2.6","9.2.5","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.10.2.0","3.10.1.0","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.13.1","2.11.1","2.9.3","2.9.1","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.19.5"]}'); /***/ }) diff --git a/lib/versions.json b/lib/versions.json index 06370da..f67e436 100644 --- a/lib/versions.json +++ b/lib/versions.json @@ -4,6 +4,7 @@ "9.6.3", "9.6.2", "9.6.1", + "9.4.8", "9.4.7", "9.4.6", "9.4.5", diff --git a/src/versions.json b/src/versions.json index 74b4b2b..884d79c 100644 --- a/src/versions.json +++ b/src/versions.json @@ -4,6 +4,7 @@ "9.6.3", "9.6.2", "9.6.1", + "9.4.8", "9.4.7", "9.4.6", "9.4.5",