Skip to content

Commit 0f8db66

Browse files
committed
Allow containers-0.7 in network-transport-tests (fixes #457)
1 parent 4c5230d commit 0f8db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network-transport-tests/network-transport-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
-- other-modules:
3838
build-depends: base >= 4.14 && < 5,
3939
network-transport >= 0.4.1.0 && < 0.6,
40-
containers >= 0.6 && < 0.7,
40+
containers >= 0.6 && < 0.8,
4141
bytestring >= 0.10 && < 0.13,
4242
random >= 1.0 && < 1.3,
4343
mtl >= 2.2.1 && < 2.4,

0 commit comments

Comments
 (0)