Skip to content

Commit ebe61d5

Browse files
committed
Fix test plans
1 parent 22b3d02 commit ebe61d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cabal.project.local

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
if impl(ghc>=9.10.1)
1+
if impl(ghc>=9.12.1)
22
-- allow newer packages, that are bound to be newer due to
33
-- being shipped with a newer compiler. If you extend this
44
-- be very careful to only extend it for absolutely necessary packages
55
-- otherwise we risk running into broken build-plans down the line.
6-
allow-newer: *:base, *:template-haskell, *:bytestring, *:text, *:ghc-prim, *:deepseq, *:Cabal
6+
allow-newer: *:base, *:template-haskell, *:ghc-prim
77

88
if impl(ghc > 9.13)
9-
allow-newer: *:containers, *:time
9+
allow-newer: *:containers, *:time, *:ghc-bignum
1010
constraints: base-compat >=0.14.0, aeson >=2.2.1.0
1111
-- From https://ghc.gitlab.haskell.org/head.hackage/cabal.constraints
1212
constraints: extra ==1.7.14

0 commit comments

Comments
 (0)