2011-04-01 01:21:36 +02:00
|
|
|
{cabal, attoparsec, enumerator}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "attoparsec-enumerator";
|
2011-07-07 23:40:38 +02:00
|
|
|
version = "0.2.0.4";
|
|
|
|
sha256 = "14v53vppcf4k3m4kid10pg5r3zsn894f36w1y2pzlc72w81fv3gd";
|
2011-04-01 01:21:36 +02:00
|
|
|
propagatedBuildInputs = [attoparsec enumerator];
|
|
|
|
meta = {
|
|
|
|
description = "Converts an Attoparsec parser into an iteratee";
|
|
|
|
license = "BSD3";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|