Skip to content

Commit e094726

Browse files
authored
Merge pull request haskell#10729 from haskell/bump-random
cabal-install.cabal: bump upper bound for random
2 parents 4b03f13 + 9cf21b8 commit e094726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/cabal-install.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ library
241241
network-uri >= 2.6.0.2 && < 2.7,
242242
pretty >= 1.1 && < 1.2,
243243
process >= 1.2.3.0 && < 1.7,
244-
random >= 1.2 && < 1.3,
244+
random >= 1.2 && < 1.4,
245245
stm >= 2.0 && < 2.6,
246246
tar >= 0.5.0.3 && < 0.7,
247247
time >= 1.5.0.1 && < 1.15,

0 commit comments

Comments
 (0)