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

Freeze GHC version 9.2.5 (updated)

- Add constraint on Cabal-syntax version
parent 62a67792
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -58,7 +58,7 @@ RUN cd /tmp \ ...@@ -58,7 +58,7 @@ RUN cd /tmp \
&& make binary-dist \ && make binary-dist \
&& cabal update \ && cabal update \
# 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 cabal-install-$CABAL_VERSION && cabal install --allow-newer --constraint 'Cabal-syntax<3.7' cabal-install-$CABAL_VERSION
FROM alpine:3.16 as builder FROM alpine:3.16 as builder
......
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