2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-04 17:35:22 +01:00
|
|
|
{ cabal, binary, lensFamilyCore, pipes, pipesBytestring, pipesParse
|
|
|
|
, smallcheck, tasty, tastyHunit, tastySmallcheck, transformers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-binary";
|
2014-09-20 14:26:14 +02:00
|
|
|
version = "0.4.0.3";
|
|
|
|
sha256 = "0r56h5f9i6hy4zb2bhfi26y7y3z0j4nacdb2dgkxmh5mqjd33f0q";
|
2014-03-04 17:35:22 +01:00
|
|
|
buildDepends = [
|
|
|
|
binary pipes pipesBytestring pipesParse transformers
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
binary lensFamilyCore pipes pipesParse smallcheck tasty tastyHunit
|
|
|
|
tastySmallcheck transformers
|
|
|
|
];
|
2014-06-26 08:29:27 +02:00
|
|
|
jailbreak = true;
|
2014-06-30 17:00:37 +02:00
|
|
|
doCheck = false;
|
2014-03-04 17:35:22 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/k0001/pipes-binary";
|
|
|
|
description = "Encode and decode binary streams using the pipes and binary libraries";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|