Skip to content

Commit 06a1d16

Browse files
authored
Merge pull request commercialhaskell#6668 from benz0li/update-dev-containers-b5bc0cc
Dev Containers: Update default GHC version to 9.8.4
2 parents b5bc0cc + 085ba73 commit 06a1d16

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"build": {
44
"dockerfile": "GHC.Dockerfile",
55
"args": {
6-
"GHC_VERSION": "9.6.6",
7-
"HLS_VERSION": "2.9.0.1",
6+
"GHC_VERSION": "9.8.4",
7+
"HLS_VERSION": "2.10.0.0",
88
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
99
"SET_LANG": "C.UTF-8",
1010
"SET_TZ": ""

.devcontainer/ghc-9.8.2/devcontainer.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)