Skip to content

Commit

Permalink
Update cabal.project.local
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 3, 2025
1 parent b127690 commit f445849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cabal.project.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ if impl(ghc>=9.10.1)
-- otherwise we risk running into broken build-plans down the line.
allow-newer: *:base, *:template-haskell, *:bytestring, *:text, *:ghc-prim, *:deepseq, *:Cabal

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

if impl(ghc >9.13)
constraints: base-orphans <0.9.3 || >0.9.3

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

0 comments on commit f445849

Please sign in to comment.