3
0
Fork 0
forked from mirrors/nixpkgs

haskell-attoparsec-enumerator: updated to version 0.3

svn path=/nixpkgs/trunk/; revision=30688
This commit is contained in:
Peter Simons 2011-12-02 11:46:56 +00:00
parent 787d692667
commit 38e7a9c775

View file

@ -1,13 +1,13 @@
{ cabal, attoparsec, enumerator }:
{ cabal, attoparsec, enumerator, text }:
cabal.mkDerivation (self: {
pname = "attoparsec-enumerator";
version = "0.2.0.4";
sha256 = "14v53vppcf4k3m4kid10pg5r3zsn894f36w1y2pzlc72w81fv3gd";
buildDepends = [ attoparsec enumerator ];
version = "0.3";
sha256 = "1sfqcr1mvny9gf0zzggwvs2b20knxrbb208rzaa86ay0b5b5jw5v";
buildDepends = [ attoparsec enumerator text ];
meta = {
homepage = "http://john-millikin.com/software/attoparsec-enumerator/";
description = "Convert an Attoparsec parser into an iteratee";
homepage = "https://john-millikin.com/software/attoparsec-enumerator/";
description = "Pass input from an enumerator to an Attoparsec parser";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = [