Skip to content

Commit 2d32c2e

Browse files
authored
Tighten the dependency on containers by lib:Cabal (#11311)
See #11303
1 parent 2b4cccb commit 2d32c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, array >= 0.4.0.1 && < 0.6
4444
, base >= 4.13 && < 5
4545
, bytestring >= 0.10.0.0 && < 0.13
46-
, containers >= 0.5.0.0 && < 0.9
46+
, containers >= 0.5.8.2 && < 0.9
4747
, deepseq >= 1.3.0.1 && < 1.7
4848
, directory >= 1.2 && < 1.4
4949
, filepath >= 1.3.0.1 && < 1.6

0 commit comments

Comments
 (0)