Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 13e474e

Browse files
committed
Update upper bound on containers
1 parent 5401e2a commit 13e474e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network-transport-inmemory.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Library
3434
network-transport >= 0.4.0.0 && < 0.7,
3535
data-accessor >= 0.2 && < 0.3,
3636
bytestring >= 0.9 && < 0.13,
37-
containers >= 0.4 && < 0.7,
37+
containers >= 0.4 && < 0.8,
3838
stm >= 2.0 && < 3.0
3939
Exposed-modules: Network.Transport.InMemory
4040
Network.Transport.InMemory.Internal

0 commit comments

Comments
 (0)