haskell-pipes-attoparsec: update to version 0.4.0
This commit is contained in:
parent
61d0a53ce4
commit
3d0163a084
@ -1,16 +1,15 @@
|
|||||||
{ cabal, attoparsec, HUnit, mmorph, pipes, pipesParse, QuickCheck
|
{ cabal, attoparsec, HUnit, mmorph, pipes, pipesParse, tasty
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
, tastyHunit, text, transformers
|
||||||
, transformers
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes-attoparsec";
|
pname = "pipes-attoparsec";
|
||||||
version = "0.3.1";
|
version = "0.4.0";
|
||||||
sha256 = "1bvz5fxy2mfz3swiv9jfmhxl1psmm3c7nfi58pggam52lz20va2h";
|
sha256 = "0xffqxsh8yvfdk39mdgkf0l2v284fr31nz5k16dq752p63fnczkw";
|
||||||
buildDepends = [ attoparsec pipes pipesParse text transformers ];
|
buildDepends = [ attoparsec pipes pipesParse text transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec HUnit mmorph pipes pipesParse QuickCheck testFramework
|
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text transformers
|
transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/k0001/pipes-attoparsec";
|
homepage = "https://github.com/k0001/pipes-attoparsec";
|
||||||
|
Loading…
Reference in New Issue
Block a user