Skip to content

Commit

Permalink
Use crypton-connection instead of connection (tfausak#31)
Browse files Browse the repository at this point in the history
Follows the change introduced in tls 1.7.0. Fixes building.
  • Loading branch information
felixonmars authored Jun 8, 2023
1 parent 224bc78 commit 026604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wuss.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ common library
build-depends:
, base >= 4.16.0 && < 4.19
, bytestring >= 0.11.3 && < 0.12
, connection >= 0.3.1 && < 0.4
, crypton-connection >= 0.3.1 && < 0.4
, exceptions >= 0.10.4 && < 0.11
, network >= 3.1.2 && < 3.2
, websockets >= 0.12.7 && < 0.13
Expand Down

0 comments on commit 026604a

Please sign in to comment.