Skip to content

Commit 017ed01

Browse files
authored
Merge pull request #9907 from haskell/mergify/bp/3.12/pr-9851
Update cabal-install to allow time 1.14 (backport #9851)
2 parents fdfa4f0 + 2334372 commit 017ed01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ library
239239
random >= 1.2 && < 1.3,
240240
stm >= 2.0 && < 2.6,
241241
tar >= 0.5.0.3 && < 0.7,
242-
time >= 1.5.0.1 && < 1.13,
242+
time >= 1.5.0.1 && < 1.15,
243243
zlib >= 0.5.3 && < 0.8,
244244
hackage-security >= 0.6.2.0 && < 0.7,
245245
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2,

0 commit comments

Comments
 (0)