packages feed

pipes-network-ws-0.1: pipes-network-ws.cabal

name: pipes-network-ws
version: 0.1
license: BSD3
license-file: LICENSE
copyright: Copyright (c) Renzo Carbonara 2018
author: Renzo Carbonara
maintainer: renλren.zone
stability: Experimental
homepage: https://github.com/k0001/pipes-network-ws
bug-reports: https://github.com/k0001/pipes-network-ws/issues
category: Pipes, Network
build-type: Simple
synopsis: WebSockets support for pipes.
cabal-version: >=1.8
extra-source-files: changelog.md README.md
description:
  Use WebSockets with the @pipes@ ecosystem.
  .
  This package is organized using the following namespaces:
  .
  See the @changelog@ file in the source distribution to learn about any
  important changes between version.

source-repository head
    type: git
    location: https://github.com/k0001/pipes-network-ws

library
    hs-source-dirs: src
    ghc-options: -Wall -O2
    build-depends:
        base (==4.*),
        bytestring,
        network-simple-ws,
        pipes
    exposed-modules:
        Pipes.Network.WS