Skip to content

Commit 774a8da

Browse files
committed
Add GHC 9.4.6, bump ghcup to 0.1.19.5
1 parent 1112b9e commit 774a8da

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
239239
- `latest` (default)
240240
- `9.6.2` `9.6`
241241
- `9.6.1`
242-
- `9.4.5` `9.4`
242+
- `9.4.6` `9.4`
243+
- `9.4.5`
243244
- `9.4.4`
244245
- `9.4.3`
245246
- `9.4.2`

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14202,7 +14202,7 @@ module.exports = JSON.parse('{"win32":{"ghc":[{"from":"9.4.3","to":"9.4.3.1"},{"
1420214202
/***/ ((module) => {
1420314203

1420414204
"use strict";
14205-
module.exports = JSON.parse('{"ghc":["9.6.2","9.6.1","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.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.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.4"]}');
14205+
module.exports = JSON.parse('{"ghc":["9.6.2","9.6.1","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.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.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"]}');
1420614206

1420714207
/***/ })
1420814208

lib/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ghc": [
33
"9.6.2",
44
"9.6.1",
5+
"9.4.6",
56
"9.4.5",
67
"9.4.4",
78
"9.4.3",
@@ -77,5 +78,5 @@
7778
"1.3.0",
7879
"1.2.0"
7980
],
80-
"ghcup": ["0.1.19.4"]
81+
"ghcup": ["0.1.19.5"]
8182
}

src/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ghc": [
33
"9.6.2",
44
"9.6.1",
5+
"9.4.6",
56
"9.4.5",
67
"9.4.4",
78
"9.4.3",
@@ -77,5 +78,5 @@
7778
"1.3.0",
7879
"1.2.0"
7980
],
80-
"ghcup": ["0.1.19.4"]
81+
"ghcup": ["0.1.19.5"]
8182
}

0 commit comments

Comments
 (0)