about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/zeromq4-haskell/default.nix
blob: 0e2cf67a19f9973e4179855bcc5818ac486af98a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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";
  sha256 = "1n8vvlwnmvi2hlqhkmzsqgpbpxnhdcs8jy3rj1srsg729m2aqc8y";
  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;
  };
})