summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/binary-conduit/default.nix
blob: c7547a7b12b70d566038f1b7d6b4bcfee6e75760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, conduit, hspec, QuickCheck, quickcheckAssertions
, resourcet, vector
}:

cabal.mkDerivation (self: {
  pname = "binary-conduit";
  version = "1.2.3";
  sha256 = "0ymhxyf754j1pki7ap2vay8f9j49rzsjzp5yr253sn5wpw3qg8fr";
  buildDepends = [ binary conduit resourcet vector ];
  testDepends = [
    binary conduit hspec QuickCheck quickcheckAssertions resourcet
  ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/qnikst/binary-conduit/";
    description = "data serialization/deserialization conduit library";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})