18250b97ae
had added him earlier.
22 lines
612 B
Nix
22 lines
612 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, QuickCheck, testFramework, testFrameworkQuickcheck2
|
|
, zeromq
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "zeromq-haskell";
|
|
version = "0.8.4";
|
|
sha256 = "0lvjszi08r5wm5ch03153y7lir6cdgqr2gnhq45j4b0kid6gkpv3";
|
|
testDepends = [
|
|
QuickCheck testFramework testFrameworkQuickcheck2
|
|
];
|
|
extraLibraries = [ zeromq ];
|
|
meta = {
|
|
homepage = "http://github.com/twittner/zeromq-haskell/";
|
|
description = "Bindings to ZeroMQ 2.1.x";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|