mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-06-09 22:02:33 +02:00
test 9.12.4.20260606
This commit is contained in:
parent
8b29aac550
commit
d98e014b26
@ -158,6 +158,8 @@ docker run -t $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
|
||||
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
|
||||
"
|
||||
|
||||
exit 1
|
||||
|
||||
# Make sure we actually need this snapshot. We used to perform this check
|
||||
# exclusively before building. Now we perform it after as well for the case of
|
||||
# nightly, where we don't perform this check beforehand. This is also slightly
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
ghc-major-version: "9.12"
|
||||
|
||||
# new curator is supposed to use exact GHC version
|
||||
ghc-version: "9.12.4"
|
||||
ghc-version: "9.12.4.20260606"
|
||||
|
||||
# This affects which version of the Cabal file format we allow. We
|
||||
# should ensure that this is always no greater than the version
|
||||
@ -7709,7 +7709,7 @@ packages:
|
||||
|
||||
"GHC major version specific bounds":
|
||||
# Cabal
|
||||
- cabal-install < 3.16
|
||||
- cabal-install < 0 # due to semaphore-compat bump in 9.12.5
|
||||
- cabal-install-solver < 3.16
|
||||
- ormolu < 0.8.1 # requires Cabal-syntax-3.16 and ghc-9.14
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user