Skip to content

Commit

Permalink
Merge pull request #91 from AlistairB/ghc-9-4-3
Browse files Browse the repository at this point in the history
Bump GHC 9.4 to 9.4.3
  • Loading branch information
AlistairB authored Nov 5, 2022
2 parents 4fd05c0 + 9222b6a commit b29df02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.10.7', '9.0.2', '9.2.4', '9.4.2']
ghc: ['8.10.7', '9.0.2', '9.2.4', '9.4.3']
deb: ['buster', 'slim-buster']
include:
- ghc: '8.10.7'
Expand All @@ -31,7 +31,7 @@ jobs:
ghc_minor: '9.0'
- ghc: '9.2.4'
ghc_minor: '9.2'
- ghc: '9.4.2'
- ghc: '9.4.3'
ghc_minor: '9.4'
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.10.7', '9.0.2', '9.2.4', '9.4.2']
ghc: ['8.10.7', '9.0.2', '9.2.4', '9.4.3']
# uraimo/run-on-arch-action does not support debian slim variants
deb: ['buster']
arch: ['aarch64']
Expand All @@ -70,7 +70,7 @@ jobs:
ghc_minor: '9.0'
- ghc: '9.2.4'
ghc_minor: '9.2'
- ghc: '9.4.2'
- ghc: '9.4.3'
ghc_minor: '9.4'
- arch: aarch64
docker_platform: arm64
Expand Down
6 changes: 3 additions & 3 deletions 9.4/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -eux; \
\
cabal --version

ARG GHC=9.4.2
ARG GHC=9.4.3
ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD

RUN set -eux; \
Expand All @@ -96,10 +96,10 @@ RUN set -eux; \
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in \
'aarch64') \
GHC_SHA256='ea075c54143dde37ea50cd085af61abb1fcfce8913deac298adc328bbb349464'; \
GHC_SHA256='9694131b02f938e72e1740b772ff1c1c81a36ef44233dc230bbd978e7dd08e71'; \
;; \
'x86_64') \
GHC_SHA256='5bf34ef70a2b824d45e525f09690c76707b7f01698962e425e8fd78b94ea9174'; \
GHC_SHA256='940ac2b1770dc63b5f3f38f829bfe69f4a572d6b26cd93094cdd99d5300b5067'; \
;; \
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
esac; \
Expand Down
6 changes: 3 additions & 3 deletions 9.4/slim-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN set -eux; \
\
cabal --version

ARG GHC=9.4.2
ARG GHC=9.4.3
ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD

RUN set -eux; \
Expand All @@ -110,10 +110,10 @@ RUN set -eux; \
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in \
'aarch64') \
GHC_SHA256='ea075c54143dde37ea50cd085af61abb1fcfce8913deac298adc328bbb349464'; \
GHC_SHA256='9694131b02f938e72e1740b772ff1c1c81a36ef44233dc230bbd978e7dd08e71'; \
;; \
'x86_64') \
GHC_SHA256='5bf34ef70a2b824d45e525f09690c76707b7f01698962e425e8fd78b94ea9174'; \
GHC_SHA256='940ac2b1770dc63b5f3f38f829bfe69f4a572d6b26cd93094cdd99d5300b5067'; \
;; \
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
esac; \
Expand Down

0 comments on commit b29df02

Please sign in to comment.