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.
2 parents 46f6fd1 + 3acd211 commit 65c6dc0Copy full SHA for 65c6dc0
.devcontainer/ghc-9.10.1/devcontainer.json renamed to .devcontainer/ghc-9.10.2/devcontainer.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "GHC 9.10.1",
+ "name": "GHC 9.10.2",
3
"build": {
4
"dockerfile": "../GHC.Dockerfile",
5
"context": "..",
6
"args": {
7
- "GHC_VERSION": "9.10.1",
+ "GHC_VERSION": "9.10.2",
8
// "SUBTAG": "int-native",
9
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
10
"LANG": "C.UTF-8",
.devcontainer/ghc-9.12.1/devcontainer.json renamed to .devcontainer/ghc-9.12.2/devcontainer.json
- "name": "GHC 9.12.1",
+ "name": "GHC 9.12.2",
- "GHC_VERSION": "9.12.1",
+ "GHC_VERSION": "9.12.2",
0 commit comments