Skip to content

Commit 1254ba4

Browse files
committed
Use new time with GHC HEAD
1 parent ae34d8a commit 1254ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cabal.project.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
if impl(ghc > 9.11)
8-
allow-newer: *:containers, time-compat:time
8+
allow-newer: *:containers, *:time
99
constraints: base-compat >=0.14.0, aeson >=2.2.1.0
1010

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

0 commit comments

Comments
 (0)