udp-streaming-0.1.0.1: udp-streaming.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: fe0af0b6e00f4017f468ad1df7906de71eb634f5215bb20cd40c0a7364247174
name: udp-streaming
version: 0.1.0.1
synopsis: Simple fire-and-forget udp Streaming components modelled after udp-conduit
category: Network, Streaming
stability: experimental
homepage: https://hub.darcs.net/mihaigiurgeanu/udp-streaming
author: Mihai Giurgeanu
maintainer: mihai.giurgeanu@gmail.com
copyright: (c) 2018 Mihai Giurgeanu
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
src
build-depends:
base >=4.6 && <5.0
, bytestring >=0.10 && <0.11
, network >=2.0 && <3
, resourcet >=1.2 && <2
, streaming >=0.2 && <0.3
exposed-modules:
Streaming.UDP
other-modules:
Paths_udp_streaming
default-language: Haskell2010