Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.12.2', '9.10.2', '9.8.4', '9.6.7']
ghc: ['9.12.2', '9.10.3', '9.8.4', '9.6.7']
deb: ['bullseye', 'slim-bullseye']
include:
- ghc: '9.12.2'
Expand All @@ -41,7 +41,7 @@ jobs:
- ghc: '9.12.2'
ghc_minor: '9.12'
deb: 'slim-bullseye'
- ghc: '9.10.2'
- ghc: '9.10.3'
ghc_minor: '9.10'
- ghc: '9.8.4'
ghc_minor: '9.8'
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.6.7', '9.8.4', '9.10.2', '9.12.2']
ghc: ['9.6.7', '9.8.4', '9.10.3', '9.12.2']
# native arm runner; still avoid slim variants here
deb: ['bullseye']
include:
Expand All @@ -82,7 +82,7 @@ jobs:
ghc_minor: '9.12'
deb: 'bookworm'
# bullseye (debian 11)
- ghc: '9.10.2'
- ghc: '9.10.3'
ghc_minor: '9.10'
- ghc: '9.8.4'
ghc_minor: '9.8'
Expand Down
10 changes: 5 additions & 5 deletions 9.10/bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ distro:
abbr: 'deb12'
image: 'debian:bookworm'
ghc:
version: "9.10.2"
version: "9.10.3"
release_key: "88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4"
sha256sum:
"aarch64": '0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
"x86_64": '71d025743f2eb4d3af95d4dd94a22c093c2814d78ab95dd0e12bb6751b1c7d4e'
"aarch64": '052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
"x86_64": '1ac63f04eac0ad551d45cbde38f27e0e3f43ceefd98833fae1fa3f2dbd042367'
cabal_install:
sha256sum:
"aarch64": 'f763fb2af2bc1ff174b7361a7d51109a585954f87a0e14f86d144f3bce28f7a9'
"x86_64": '73a463306c771e18ca22c0a9469176ffab0138ec5925adb5364ef47174e1adc5'
overrides:
ghc:
"aarch64":
# GHC 9.10.2 doesn't have a deb12 bindist for aarch64 for some reason, so we're using the bullseye one instead
url: "https://downloads.haskell.org/~ghc/9.10.2/ghc-9.10.2-aarch64-deb11-linux.tar.xz"
# GHC 9.10.3 doesn't have a deb12 bindist for aarch64 for some reason, so we're using the bullseye one instead
url: "https://downloads.haskell.org/~ghc/9.10.3/ghc-9.10.3-aarch64-deb11-linux.tar.xz"
_globals: !include '_globals.yaml'
8 changes: 4 additions & 4 deletions 9.10/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN <<EOT
cabal --version
EOT

ARG GHC='9.10.2'
ARG GHC='9.10.3'
ARG GHC_RELEASE_KEY='88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4'

RUN <<EOT
Expand All @@ -112,11 +112,11 @@ RUN <<EOT
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in
'aarch64')
GHC_SHA256='0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
GHC_URL='https://downloads.haskell.org/~ghc/9.10.2/ghc-9.10.2-aarch64-deb11-linux.tar.xz'
GHC_SHA256='052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
GHC_URL='https://downloads.haskell.org/~ghc/9.10.3/ghc-9.10.3-aarch64-deb11-linux.tar.xz'
;;
'x86_64')
GHC_SHA256='71d025743f2eb4d3af95d4dd94a22c093c2814d78ab95dd0e12bb6751b1c7d4e'
GHC_SHA256='1ac63f04eac0ad551d45cbde38f27e0e3f43ceefd98833fae1fa3f2dbd042367'
;;
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;;
esac
Expand Down
6 changes: 3 additions & 3 deletions 9.10/bullseye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ distro:
abbr: 'deb11'
image: 'debian:bullseye'
ghc:
version: "9.10.2"
version: "9.10.3"
release_key: "88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4"
sha256sum:
"aarch64": '0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
"x86_64": '2fe2c3e0a07e4782530e8bf83eeda8ff6935e40d5450c1809abcdc6182c9c848'
"aarch64": '052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
"x86_64": 'b6bbd3514e0cdb9db350812a003bb7c670c58d99779086fbe41092b019548924'
cabal_install:
sha256sum:
"aarch64": '5e8c47a055d5b744741039a7061ee43ec7d080d1251784e7a4cd836403e42523'
Expand Down
6 changes: 3 additions & 3 deletions 9.10/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN <<EOT
cabal --version
EOT

ARG GHC='9.10.2'
ARG GHC='9.10.3'
ARG GHC_RELEASE_KEY='88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4'

RUN <<EOT
Expand All @@ -112,10 +112,10 @@ RUN <<EOT
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in
'aarch64')
GHC_SHA256='0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
GHC_SHA256='052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
;;
'x86_64')
GHC_SHA256='2fe2c3e0a07e4782530e8bf83eeda8ff6935e40d5450c1809abcdc6182c9c848'
GHC_SHA256='b6bbd3514e0cdb9db350812a003bb7c670c58d99779086fbe41092b019548924'
;;
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;;
esac
Expand Down
10 changes: 5 additions & 5 deletions 9.10/slim-bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ distro:
abbr: 'deb12'
image: 'debian:bookworm-slim'
ghc:
version: "9.10.2"
version: "9.10.3"
release_key: "88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4"
sha256sum:
"aarch64": '0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
"x86_64": '71d025743f2eb4d3af95d4dd94a22c093c2814d78ab95dd0e12bb6751b1c7d4e'
"aarch64": '052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
"x86_64": '1ac63f04eac0ad551d45cbde38f27e0e3f43ceefd98833fae1fa3f2dbd042367'
cabal_install:
sha256sum:
"aarch64": 'f763fb2af2bc1ff174b7361a7d51109a585954f87a0e14f86d144f3bce28f7a9'
"x86_64": '73a463306c771e18ca22c0a9469176ffab0138ec5925adb5364ef47174e1adc5'
overrides:
ghc:
"aarch64":
# GHC 9.10.2 doesn't have a deb12 bindist for aarch64 for some reason, so we're using the bullseye one instead
url: "https://downloads.haskell.org/~ghc/9.10.2/ghc-9.10.2-aarch64-deb11-linux.tar.xz"
# GHC 9.10.3 doesn't have a deb12 bindist for aarch64 for some reason, so we're using the bullseye one instead
url: "https://downloads.haskell.org/~ghc/9.10.3/ghc-9.10.3-aarch64-deb11-linux.tar.xz"
_globals: !include '_globals.yaml'
8 changes: 4 additions & 4 deletions 9.10/slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN <<EOT
cabal --version
EOT

ARG GHC='9.10.2'
ARG GHC='9.10.3'
ARG GHC_RELEASE_KEY='88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4'

RUN <<EOT
Expand All @@ -112,11 +112,11 @@ RUN <<EOT
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in
'aarch64')
GHC_SHA256='0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
GHC_URL='https://downloads.haskell.org/~ghc/9.10.2/ghc-9.10.2-aarch64-deb11-linux.tar.xz'
GHC_SHA256='052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
GHC_URL='https://downloads.haskell.org/~ghc/9.10.3/ghc-9.10.3-aarch64-deb11-linux.tar.xz'
;;
'x86_64')
GHC_SHA256='71d025743f2eb4d3af95d4dd94a22c093c2814d78ab95dd0e12bb6751b1c7d4e'
GHC_SHA256='1ac63f04eac0ad551d45cbde38f27e0e3f43ceefd98833fae1fa3f2dbd042367'
;;
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;;
esac
Expand Down
6 changes: 3 additions & 3 deletions 9.10/slim-bullseye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ distro:
abbr: 'deb11'
image: 'debian:bullseye-slim'
ghc:
version: "9.10.2"
version: "9.10.3"
release_key: "88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4"
sha256sum:
"aarch64": '0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
"x86_64": '2fe2c3e0a07e4782530e8bf83eeda8ff6935e40d5450c1809abcdc6182c9c848'
"aarch64": '052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
"x86_64": 'b6bbd3514e0cdb9db350812a003bb7c670c58d99779086fbe41092b019548924'
cabal_install:
sha256sum:
"aarch64": '5e8c47a055d5b744741039a7061ee43ec7d080d1251784e7a4cd836403e42523'
Expand Down
6 changes: 3 additions & 3 deletions 9.10/slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN <<EOT
cabal --version
EOT

ARG GHC='9.10.2'
ARG GHC='9.10.3'
ARG GHC_RELEASE_KEY='88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4'

RUN <<EOT
Expand All @@ -112,10 +112,10 @@ RUN <<EOT
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
case "$ARCH" in
'aarch64')
GHC_SHA256='0188ca098abdaf71eb0804d0f35311f405da489137d8d438bfaa43b8d1e3f1b0'
GHC_SHA256='052789dfe7f6fba6dc3822de0da272e8a5bd358c37adae17d8e82cff39bc1008'
;;
'x86_64')
GHC_SHA256='2fe2c3e0a07e4782530e8bf83eeda8ff6935e40d5450c1809abcdc6182c9c848'
GHC_SHA256='b6bbd3514e0cdb9db350812a003bb7c670c58d99779086fbe41092b019548924'
;;
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;;
esac
Expand Down