cabal-version: 2.2 name: wuss version: 2.0.2.5 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-doc-files: CHANGELOG.md README.md license-file: LICENSE.txt license: MIT maintainer: Taylor Fausak source-repository head location: https://github.com/tfausak/wuss type: git flag pedantic default: False manual: True common library build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 build-depends: bytestring ^>=0.11.4.0 || ^>=0.12.0.2, crypton-connection ^>=0.3.2 || ^>=0.4.0, data-default ^>=0.7.0 || ^>=0.8.0.0, exceptions ^>=0.10.7, network ^>=3.1.4.0 || ^>=3.2.0.0, websockets ^>=0.12.7.3 || ^>=0.13.0.0, default-language: Haskell2010 ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-kind-signatures -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unsafe if flag(pedantic) ghc-options: -Werror library import: library -- cabal-gild: discover source/library exposed-modules: Wuss hs-source-dirs: source/library