23 lines
716 B
Nix
23 lines
716 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, async, exceptions, QuickCheck, semigroups, tasty
|
|
, tastyHunit, tastyQuickcheck, transformers, zeromq
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "zeromq4-haskell";
|
|
version = "0.6.1";
|
|
sha256 = "14ai6sp39qv6kmj33basnvvfqhzbiqxskv3crjwfdaxbijh23mif";
|
|
buildDepends = [ async exceptions semigroups transformers ];
|
|
testDepends = [
|
|
async QuickCheck tasty tastyHunit tastyQuickcheck
|
|
];
|
|
pkgconfigDepends = [ zeromq ];
|
|
meta = {
|
|
homepage = "http://github.com/twittner/zeromq-haskell/";
|
|
description = "Bindings to ZeroMQ 4.x";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|