Skip to content
Snippets Groups Projects
Verified Commit 3298faeb authored by Olivier Benz's avatar Olivier Benz
Browse files

Update GHC to v9.6.2

parent 4c7b6ba7
No related branches found
No related tags found
No related merge requests found
Pipeline #19995 passed
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
BUILDX_NO_DEFAULT_ATTESTATIONS: "true" BUILDX_NO_DEFAULT_ATTESTATIONS: "true"
GHC_VERSION_BUILD: "9.6.1" GHC_VERSION_BUILD: "9.6.2"
CABAL_VERSION_BUILD: "3.10.1.0" CABAL_VERSION_BUILD: "3.10.1.0"
before_script: before_script:
- *before-script-build - *before-script-build
......
...@@ -52,7 +52,7 @@ RUN cd /tmp \ ...@@ -52,7 +52,7 @@ RUN cd /tmp \
# See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history # See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
&& cabal install --allow-newer --constraint 'Cabal-syntax<3.11' cabal-install-$CABAL_VERSION && cabal install --allow-newer --constraint 'Cabal-syntax<3.11' cabal-install-$CABAL_VERSION
FROM alpine:3.17 as builder FROM alpine:3.18 as builder
LABEL org.opencontainers.image.licenses="MIT" \ LABEL org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc-musl" \ org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc-musl" \
...@@ -81,7 +81,7 @@ RUN apk upgrade --no-cache \ ...@@ -81,7 +81,7 @@ RUN apk upgrade --no-cache \
libcurl \ libcurl \
libffi \ libffi \
libffi-dev \ libffi-dev \
llvm14 \ llvm16 \
ncurses-dev \ ncurses-dev \
ncurses-static \ ncurses-static \
openssl-dev \ openssl-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment