Skip to content

Commit

Permalink
Dev Containers: Update HLS to v2.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li committed Oct 11, 2023
1 parent 50e05dc commit 3abd8fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/ghc-9.4/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"context": "..",
"args": {
"GHC_VERSION": "9.4",
"HLS_VERSION": "2.3.0.0",
"HLS_VERSION": "2.4.0.0",
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
"SET_LANG": "C.UTF-8",
"SET_TZ": ""
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/ghc-9.6/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "GHC 9.6 (latest)",
"name": "GHC 9.6",
"build": {
"dockerfile": "../GHC.Dockerfile",
"context": "..",
"args": {
"GHC_VERSION": "9.6",
"HLS_VERSION": "2.3.0.0",
"HLS_VERSION": "2.4.0.0",
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
"SET_LANG": "C.UTF-8",
"SET_TZ": ""
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/ghc-9.8/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"context": "..",
"args": {
"GHC_VERSION": "9.8",
"HLS_VERSION": "2.3.0.0",
"HLS_VERSION": "2.4.0.0",
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
"SET_LANG": "C.UTF-8",
"SET_TZ": ""
Expand Down

0 comments on commit 3abd8fe

Please sign in to comment.