wuss 1.1.18 → 1.1.19
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- wuss.cabal +3/−3
wuss.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 name: wuss-version: 1.1.18+version: 1.1.19 synopsis: Secure WebSocket (WSS) clients description:@@ -26,8 +26,8 @@ library build-depends:- base >= 4.13.0 && < 4.16- , bytestring >= 0.10.10 && < 0.11+ base >= 4.13.0 && < 4.17+ , bytestring >= 0.10.10 && < 0.12 , connection >= 0.3.1 && < 0.4 , network >= 3.1.1 && < 3.2 , websockets >= 0.12.7 && < 0.13