name: wuss version: 1.1.11 category: Network description: Wuss is a library that lets you easily create secure WebSocket clients over the WSS protocol. It is a small addition to and is adapted from existing solutions by , , and . extra-source-files: - CHANGELOG.markdown - package.yaml - README.markdown - stack.yaml github: tfausak/wuss license-file: LICENSE.markdown license: MIT maintainer: Taylor Fausak synopsis: Secure WebSocket (WSS) clients dependencies: base: '>= 4.9.0 && < 4.13' bytestring: '>= 0.10.8 && < 0.11' connection: '>= 0.2.6 && < 0.3' network: '>= 2.6.3 && < 2.9' websockets: '>= 0.9.7 && < 0.13' ghc-options: -Weverything -Wno-safe -Wno-unsafe library: source-dirs: library