File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ jobs:
178178 touch cabal.project.local
179179 echo "packages: ${PKGDIR_hackage_server}" >> cabal.project
180180 cat >> cabal.project <<EOF
181+ allow-newer: lens-family:containers, lens-family-core:containers
181182 EOF
182183 $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(Cabal|Cabal-syntax|hackage-server|parsec|process|text)$/; }' >> cabal.project.local
183184 cat cabal.project
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ apt: libbrotli-dev libgd-dev
2121haddock-components: all
2222 -- since haskell-ci 0.15.20220822
2323
24+
25+ -- On GHC 9.14.1 the boot library `containers-0.8` is used but `lens-family`
26+ -- (pulled in transitively via `hs-opentelemetry-sdk`) constrains
27+ -- `containers < 0.8`.
28+ raw-project
29+ allow-newer: lens-family:containers, lens-family-core:containers
30+
2431-- tests: >= 9.4
2532-- -- parallel-doctest uses the ghc package
2633-- -- and thus does not build with Cabal-3.8.1.0 below GHC 9.4
You can’t perform that action at this time.
0 commit comments