Skip to content

Commit

Permalink
Bump GHC 9.4 to minor version 9.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Aug 23, 2023
1 parent d33bf51 commit 32ac6a5
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,14 +22,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.0.2', '9.2.8', '9.4.5', '9.6.2']
ghc: ['9.0.2', '9.2.8', '9.4.6', '9.6.2']
deb: ['buster', 'slim-buster']
include:
- ghc: '9.0.2'
ghc_minor: '9.0'
- ghc: '9.2.8'
ghc_minor: '9.2'
- ghc: '9.4.5'
- ghc: '9.4.6'
ghc_minor: '9.4'
- ghc: '9.6.2'
ghc_minor: '9.6'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.0.2', '9.2.8', '9.4.5', '9.6.2']
ghc: ['9.0.2', '9.2.8', '9.4.6', '9.6.2']
# uraimo/run-on-arch-action does not support debian slim variants
deb: ['buster']
arch: ['aarch64']
Expand All @@ -68,7 +68,7 @@ jobs:
ghc_minor: '9.0'
- ghc: '9.2.8'
ghc_minor: '9.2'
- ghc: '9.4.5'
- ghc: '9.4.6'
ghc_minor: '9.4'
- ghc: '9.6.2'
ghc_minor: '9.6'
Expand Down
6 changes: 3 additions & 3 deletions 9.4/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN set -eux; \
\
cabal --version

ARG GHC=9.4.5
ARG GHC=9.4.6
ARG GHC_RELEASE_KEY=88b57fcf7db53b4db3bfa4b1588764fbe22d19c4

RUN set -eux; \
Expand All @@ -90,10 +90,10 @@ RUN set -eux; \
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in \
'aarch64') \
GHC_SHA256='ecf16ec503e739e727174b29e5acbe4cf0c54737dd4d5eda046e09323f9ee248'; \
GHC_SHA256='b27e4e4d760216457c20fdce3ec419e1bac905608e6577c2c2fa15f4a3779370'; \
;; \
'x86_64') \
GHC_SHA256='a44c39c4cc9a147de6dd31762995a9e47467cc91757800d80667b8cd60a9b226'; \
GHC_SHA256='6061c20ff4e154e81944dfc9f37afff5aaa05ce51ad25db3425ff85bb85a92a3'; \
;; \
*) 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 @@ -94,7 +94,7 @@ RUN set -eux; \
\
cabal --version

ARG GHC=9.4.5
ARG GHC=9.4.6
ARG GHC_RELEASE_KEY=88b57fcf7db53b4db3bfa4b1588764fbe22d19c4

RUN set -eux; \
Expand All @@ -104,10 +104,10 @@ RUN set -eux; \
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in \
'aarch64') \
GHC_SHA256='ecf16ec503e739e727174b29e5acbe4cf0c54737dd4d5eda046e09323f9ee248'; \
GHC_SHA256='b27e4e4d760216457c20fdce3ec419e1bac905608e6577c2c2fa15f4a3779370'; \
;; \
'x86_64') \
GHC_SHA256='a44c39c4cc9a147de6dd31762995a9e47467cc91757800d80667b8cd60a9b226'; \
GHC_SHA256='6061c20ff4e154e81944dfc9f37afff5aaa05ce51ad25db3425ff85bb85a92a3'; \
;; \
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
esac; \
Expand Down

0 comments on commit 32ac6a5

Please sign in to comment.