Skip to content

Commit 128fb6a

Browse files
committed
Dev Container: Remove 'GHC 9.8.1'; Add 'GHC 9.8.2'
1 parent 08a9b7d commit 128fb6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/ghc-9.8.1/devcontainer.json renamed to .devcontainer/ghc-9.8.2/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "GHC 9.8.1",
2+
"name": "GHC 9.8.2",
33
"build": {
44
"dockerfile": "../GHC.Dockerfile",
55
"context": "..",
66
"args": {
7-
"GHC_VERSION": "9.8.1",
7+
"GHC_VERSION": "9.8.2",
88
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
99
"SET_LANG": "C.UTF-8",
1010
"SET_TZ": ""

0 commit comments

Comments
 (0)