cabal-version: >= 1.10 name: wuss version: 1.1.18 synopsis: Secure WebSocket (WSS) clients 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 . build-type: Simple category: Network extra-source-files: README.markdown license-file: LICENSE.markdown license: MIT maintainer: Taylor Fausak source-repository head location: https://github.com/tfausak/wuss type: git library build-depends: base >= 4.13.0 && < 4.16 , bytestring >= 0.10.10 && < 0.11 , connection >= 0.3.1 && < 0.4 , network >= 3.1.1 && < 3.2 , websockets >= 0.12.7 && < 0.13 default-language: Haskell2010 exposed-modules: Wuss ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-unsafe hs-source-dirs: src/lib if impl(ghc >= 8.10) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module