Skip to content

Commit

Permalink
Allow containers-0.7 in network-transport-tests (fixes #457)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 28, 2024
1 parent 4c5230d commit 0f8db66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
-- other-modules:
build-depends: base >= 4.14 && < 5,
network-transport >= 0.4.1.0 && < 0.6,
containers >= 0.6 && < 0.7,
containers >= 0.6 && < 0.8,
bytestring >= 0.10 && < 0.13,
random >= 1.0 && < 1.3,
mtl >= 2.2.1 && < 2.4,
Expand Down

0 comments on commit 0f8db66

Please sign in to comment.