Skip to content

Commit

Permalink
Merge pull request #78 from acilearning/update-ghc-9.8.2
Browse files Browse the repository at this point in the history
Update ghc 9.8.2
  • Loading branch information
Broady-98 authored Sep 10, 2024
2 parents 86c1b48 + 341caa8 commit bca6090
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
},
{
"arch": "amd64",
"ghc": "9.6.4"
"ghc": "9.6.5"
},
{
"arch": "amd64",
"ghc": "9.8.1"
"ghc": "9.8.2"
},
{
"arch": "arm64",
"ghc": "9.4.8"
},
{
"arch": "arm64",
"ghc": "9.6.4"
"ghc": "9.6.5"
},
{
"arch": "arm64",
"ghc": "9.8.1"
"ghc": "9.8.2"
}
]
}
Expand Down Expand Up @@ -84,8 +84,8 @@
"matrix": {
"ghc": [
"9.4.8",
"9.6.4",
"9.8.1"
"9.6.5",
"9.8.2"
]
}
}
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV PATH="/home/$USER_NAME/.local/bin:$PATH"

# Install GHCup.

ARG GHCUP_VERSION=0.1.20.0
ARG GHCUP_VERSION=0.1.30.0
ENV GHCUP_USE_XDG_DIRS=1
RUN \
set -o errexit -o xtrace; \
Expand All @@ -43,7 +43,7 @@ RUN \

# Install GHC.

ARG GHC_VERSION=9.8.1
ARG GHC_VERSION=9.8.2
RUN \
set -o errexit -o xtrace; \
if test -n "$GHC_VERSION"; then \
Expand All @@ -54,7 +54,7 @@ RUN \

# Install Cabal.

ARG CABAL_VERSION=3.10.2.1
ARG CABAL_VERSION=3.12.1.0
RUN \
set -o errexit -o xtrace; \
if test -n "$CABAL_VERSION"; then \
Expand All @@ -78,7 +78,7 @@ RUN \

# Install HLS.

ARG HLS_VERSION=2.6.0.0
ARG HLS_VERSION=2.9.0.1
RUN \
set -o errexit -o xtrace; \
if test -n "$HLS_VERSION"; then \
Expand Down
2 changes: 1 addition & 1 deletion aws/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"variables": {
"AWS_REGION": "us-east-1",
"GHC_VERSION": "9.8.1"
"GHC_VERSION": "9.8.2"
}
},
"phases": {
Expand Down
2 changes: 1 addition & 1 deletion aws/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"variables": {
"AWS_REGION": "us-east-1",
"GHC_VERSION": "9.8.1",
"GHC_VERSION": "9.8.2",
"LATEST": "false"
}
},
Expand Down

0 comments on commit bca6090

Please sign in to comment.