mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
haskell-pipes-attoparsec: update to version 0.5.1.1
This commit is contained in:
parent
9f1a7d1c29
commit
80585d4599
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes-attoparsec";
|
pname = "pipes-attoparsec";
|
||||||
version = "0.5.1";
|
version = "0.5.1.1";
|
||||||
sha256 = "0qvsvbcn211xp4c669cpljmnsqn9zk1rn94ya1dbq77l970s8xah";
|
sha256 = "1ns8s3p6jh4iya71z3j81cqnrfnr4n92kblwgkjlapb23dykl2qz";
|
||||||
buildDepends = [ attoparsec pipes pipesParse text transformers ];
|
buildDepends = [ attoparsec pipes pipesParse text transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
|
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
|
||||||
|
|
Loading…
Reference in a new issue