mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-pipes-attoparsec: update to version 0.5.1
This commit is contained in:
parent
8dc5275299
commit
3e53f7128a
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pipes-attoparsec";
|
||||
version = "0.5.0";
|
||||
sha256 = "1xpqna850lxawx0m84lzaxwrwfw4vccr7jjf199ir7bmwwhqlr5h";
|
||||
version = "0.5.1";
|
||||
sha256 = "0qvsvbcn211xp4c669cpljmnsqn9zk1rn94ya1dbq77l970s8xah";
|
||||
buildDepends = [ attoparsec pipes pipesParse text transformers ];
|
||||
testDepends = [
|
||||
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
|
||||
|
|
Loading…
Reference in a new issue