-- This file has been generated from package.yaml by hpack version 0.27.0. -- -- see: https://github.com/sol/hpack -- -- hash: 85a95f5ca918709a3c111fac4ca4f1a8fd0f982d84b8c410b97435a2c6b343e9 name: udp-streaming version: 0.2.0.0 synopsis: Streaming to and from UDP socket description: 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.18 extra-doc-files: README.md 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