2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-04 23:29:29 +02:00
|
|
|
{ cabal, conduit }:
|
2011-12-29 17:42:08 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "attoparsec-conduit";
|
2014-04-04 23:29:29 +02:00
|
|
|
version = "1.1.0";
|
|
|
|
sha256 = "18xn3nzxfghcd88cana1jw85ijv0ysw3bp36fb6r5wsf6m79z01y";
|
|
|
|
buildDepends = [ conduit ];
|
2014-04-06 18:49:47 +02:00
|
|
|
noHaddock = true;
|
2011-12-29 17:42:08 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/snoyberg/conduit";
|
2014-04-04 23:29:29 +02:00
|
|
|
description = "Consume attoparsec parsers via conduit. (deprecated)";
|
2013-07-08 11:53:10 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-12-29 17:42:08 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|