haskell-pipes-attoparsec: update to version 0.4.0

This commit is contained in:
Peter Simons 2014-02-10 11:06:28 +01:00
parent 61d0a53ce4
commit 3d0163a084

View File

@ -1,16 +1,15 @@
{ cabal, attoparsec, HUnit, mmorph, pipes, pipesParse, QuickCheck
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
, transformers
{ cabal, attoparsec, HUnit, mmorph, pipes, pipesParse, tasty
, tastyHunit, text, transformers
}:
cabal.mkDerivation (self: {
pname = "pipes-attoparsec";
version = "0.3.1";
sha256 = "1bvz5fxy2mfz3swiv9jfmhxl1psmm3c7nfi58pggam52lz20va2h";
version = "0.4.0";
sha256 = "0xffqxsh8yvfdk39mdgkf0l2v284fr31nz5k16dq752p63fnczkw";
buildDepends = [ attoparsec pipes pipesParse text transformers ];
testDepends = [
attoparsec HUnit mmorph pipes pipesParse QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2 text transformers
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
transformers
];
meta = {
homepage = "https://github.com/k0001/pipes-attoparsec";