zeromq4-conduit-0.1.0.0: zeromq4-conduit.cabal
name: zeromq4-conduit
version: 0.1.0.0
synopsis: Conduit wrapper around zeromq4-haskell
description: Conduit wrapper around zeromq4-haskell
homepage: https://github.com/itkovian/zeromq4-conduit#readme
license: LGPL-2.1
license-file: LICENSE
author: Nicolas Trangez (2012), Andy Georges (2017)
maintainer: Andy Georges
copyright: 2017 Andy Georges
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Conduit.ZMQ4
, System.ZMQ4.Monad
build-depends: base >= 4.7 && < 5
, lifted-base
, mtl
, transformers
, transformers-base
, monad-control
, resourcet
, bytestring
, conduit
, semigroups
, zeromq4-haskell
default-language: Haskell2010
test-suite zeromq4-conduit-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, zeromq4-conduit
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/itkovian/zeromq4-conduit