Skip to content

Commit

Permalink
Allow network-3.2 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored May 19, 2024
1 parent d062cac commit 4312b88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Library
bytestring >= 0.9 && < 0.13,
case-insensitive >= 0.3 && < 1.3,
containers >= 0.3 && < 0.7,
network >= 2.3 && < 3.2,
network >= 2.3 && < 3.3,
random >= 1.0.1 && < 1.3,
SHA >= 1.5 && < 1.7,
streaming-commons >= 0.1 && < 0.3,
Expand Down Expand Up @@ -153,7 +153,7 @@ Test-suite websockets-tests
bytestring >= 0.9 && < 0.13,
case-insensitive >= 0.3 && < 1.3,
containers >= 0.3 && < 0.7,
network >= 2.3 && < 3.2,
network >= 2.3 && < 3.3,
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
streaming-commons >= 0.1 && < 0.3,
Expand Down Expand Up @@ -213,7 +213,7 @@ Executable websockets-autobahn
bytestring >= 0.9 && < 0.13,
case-insensitive >= 0.3 && < 1.3,
containers >= 0.3 && < 0.7,
network >= 2.3 && < 3.2,
network >= 2.3 && < 3.3,
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
text >= 0.10 && < 2.2,
Expand All @@ -240,7 +240,7 @@ Benchmark bench-mask
bytestring >= 0.9 && < 0.13,
case-insensitive >= 0.3 && < 1.3,
containers >= 0.3 && < 0.7,
network >= 2.3 && < 3.2,
network >= 2.3 && < 3.3,
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
text >= 0.10 && < 2.2,
Expand Down

0 comments on commit 4312b88

Please sign in to comment.