2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-18 14:34:52 +00:00
|
|
|
{ cabal, binary, conduit, hspec, QuickCheck, quickcheckAssertions
|
2014-04-10 10:56:26 +00:00
|
|
|
, resourcet, vector
|
2013-11-18 14:34:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "binary-conduit";
|
2014-10-21 15:13:12 +00:00
|
|
|
version = "1.2.3";
|
|
|
|
sha256 = "0ymhxyf754j1pki7ap2vay8f9j49rzsjzp5yr253sn5wpw3qg8fr";
|
2014-04-10 10:56:26 +00:00
|
|
|
buildDepends = [ binary conduit resourcet vector ];
|
2013-11-18 14:34:52 +00:00
|
|
|
testDepends = [
|
2014-04-10 10:56:26 +00:00
|
|
|
binary conduit hspec QuickCheck quickcheckAssertions resourcet
|
2013-11-18 14:34:52 +00:00
|
|
|
];
|
2014-08-31 11:44:55 +00:00
|
|
|
jailbreak = true;
|
2013-11-18 14:34:52 +00:00
|
|
|
meta = {
|
2014-10-21 15:13:12 +00:00
|
|
|
homepage = "http://github.com/qnikst/binary-conduit/";
|
2013-11-18 14:34:52 +00:00
|
|
|
description = "data serialization/deserialization conduit library";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-18 14:34:52 +00:00
|
|
|
};
|
|
|
|
})
|