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.md - LICENSE.md - package.yaml - stack.yaml ghc-options: -Wall github: tfausak/wuss library: dependencies: - base ==4.* - bytestring ==0.10.* - connection ==0.2.* - network - websockets >=0.9 && <0.13 exposed-modules: Wuss license: MIT maintainer: Taylor Fausak name: wuss synopsis: Secure WebSocket (WSS) clients version: '1.1.5'