1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-pipes-attoparsec: update to version 0.5.1.1

This commit is contained in:
Peter Simons 2014-10-22 22:29:36 +02:00
parent 9f1a7d1c29
commit 80585d4599

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "pipes-attoparsec";
version = "0.5.1";
sha256 = "0qvsvbcn211xp4c669cpljmnsqn9zk1rn94ya1dbq77l970s8xah";
version = "0.5.1.1";
sha256 = "1ns8s3p6jh4iya71z3j81cqnrfnr4n92kblwgkjlapb23dykl2qz";
buildDepends = [ attoparsec pipes pipesParse text transformers ];
testDepends = [
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text