mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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
|
||||
, 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";
|
||||
|
Loading…
Reference in New Issue
Block a user