Skip to content

Commit f445849

Browse files
committed
Update cabal.project.local
1 parent b127690 commit f445849

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/cabal.project.local

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ if impl(ghc>=9.10.1)
55
-- otherwise we risk running into broken build-plans down the line.
66
allow-newer: *:base, *:template-haskell, *:bytestring, *:text, *:ghc-prim, *:deepseq, *:Cabal
77

8-
if impl(ghc > 9.11)
8+
if impl(ghc > 9.13)
99
allow-newer: *:containers, *:time
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
13-
14-
if impl(ghc >9.13)
1513
constraints: base-orphans <0.9.3 || >0.9.3
1614

1715
-- This prevents hsc2hs from causing old versions of packages from being added to plan.json

0 commit comments

Comments
 (0)