2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-04 22:29:33 +01:00
|
|
|
{ cabal, conduit }:
|
2011-12-29 16:42:08 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "blaze-builder-conduit";
|
2014-04-04 22:29:33 +01:00
|
|
|
version = "1.1.0";
|
|
|
|
sha256 = "0xxyn3lhcn1bkybhrl5dx68d0adf26ilf34gv0mxkwpfj7m7d3k3";
|
|
|
|
buildDepends = [ conduit ];
|
2014-04-06 17:29:36 +01:00
|
|
|
noHaddock = true;
|
2011-12-29 16:42:08 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/snoyberg/conduit";
|
2014-04-04 22:29:33 +01:00
|
|
|
description = "Convert streams of builders to streams of bytestrings. (deprecated)";
|
2011-12-29 16:42:08 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|