Skip to content

Commit

Permalink
Remove redundant dependency: bytestring-builder (#214)
Browse files Browse the repository at this point in the history
It's not needed on GHC 7.8+ and we are already requiring 7.10+
  • Loading branch information
felixonmars committed Dec 21, 2023
1 parent 75952f5 commit 15bb687
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Library
base64-bytestring >= 0.1 && < 1.3,
binary >= 0.8.1 && < 0.11,
bytestring >= 0.9 && < 0.12,
bytestring-builder < 0.11,
case-insensitive >= 0.3 && < 1.3,
clock >= 0.8 && < 0.9,
containers >= 0.3 && < 0.7,
Expand Down Expand Up @@ -151,7 +150,6 @@ Test-suite websockets-tests
base64-bytestring >= 0.1 && < 1.3,
binary >= 0.8.1 && < 0.11,
bytestring >= 0.9 && < 0.12,
bytestring-builder < 0.11,
case-insensitive >= 0.3 && < 1.3,
clock >= 0.8 && < 0.9,
containers >= 0.3 && < 0.7,
Expand Down Expand Up @@ -192,7 +190,6 @@ Executable websockets-client-example
network,
mtl


Executable websockets-autobahn
If !flag(Example)
Buildable: False
Expand All @@ -214,7 +211,6 @@ Executable websockets-autobahn
base64-bytestring >= 0.1 && < 1.3,
binary >= 0.8.1 && < 0.11,
bytestring >= 0.9 && < 0.12,
bytestring-builder < 0.11,
case-insensitive >= 0.3 && < 1.3,
clock >= 0.8 && < 0.9,
containers >= 0.3 && < 0.7,
Expand Down Expand Up @@ -243,7 +239,6 @@ Benchmark bench-mask
base64-bytestring >= 0.1 && < 1.3,
binary >= 0.8.1 && < 0.11,
bytestring >= 0.9 && < 0.12,
bytestring-builder < 0.11,
case-insensitive >= 0.3 && < 1.3,
clock >= 0.8 && < 0.9,
containers >= 0.3 && < 0.7,
Expand Down

0 comments on commit 15bb687

Please sign in to comment.