18250b97ae
had added him earlier.
17 lines
525 B
Nix
17 lines
525 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, conduit }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "attoparsec-conduit";
|
|
version = "1.1.0";
|
|
sha256 = "18xn3nzxfghcd88cana1jw85ijv0ysw3bp36fb6r5wsf6m79z01y";
|
|
buildDepends = [ conduit ];
|
|
noHaddock = true;
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/conduit";
|
|
description = "Consume attoparsec parsers via conduit. (deprecated)";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|