packages feed

network-simple-wss-0.2: network-simple-wss.cabal

cabal-version: 2.4
name: network-simple-wss
version: 0.2
synopsis: Simple interface to TLS secured WebSockets.
description: Simple interface to TLS secured WebSockets.
homepage: https://hackage.haskell.org/package/network-simple-wss
bug-reports: https://github.com/k0001/network-simple/issues
license: BSD-3-Clause
license-file: LICENSE
author: Renzo Carbonara
maintainer: renλren.zone
copyright: Copyright (c) Renzo Carbonara 2018
category: Network
build-type: Simple
extra-source-files: README.md changelog.md

source-repository head
    type: git
    location: https://github.com/k0001/network-simple
    subdir: network-simple-wss

library
  default-language:  Haskell2010
  hs-source-dirs: src
  exposed-modules: Network.Simple.WSS
  ghc-options: -Wall -O2
  build-depends:
    async,
    base >=4.7 && <5.0,
    bytestring,
    safe-exceptions,
    network-simple-tls >=0.4,
    network-simple-ws >=0.2,
    websockets >=0.12.6