summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-05 14:22:52 +0100
committerPeter Simons <simons@cryp.to>2013-11-11 14:39:54 +0100
commit9a904615a999006181ce48852028f5bf781a570a (patch)
tree590a4f6350f50955a3ae9770a92c1090a7bb60e0 /pkgs
parentde03376a13cfc43600472587d4b64dd7f6208b4e (diff)
downloadnixlib-9a904615a999006181ce48852028f5bf781a570a.tar
nixlib-9a904615a999006181ce48852028f5bf781a570a.tar.gz
nixlib-9a904615a999006181ce48852028f5bf781a570a.tar.bz2
nixlib-9a904615a999006181ce48852028f5bf781a570a.tar.lz
nixlib-9a904615a999006181ce48852028f5bf781a570a.tar.xz
nixlib-9a904615a999006181ce48852028f5bf781a570a.tar.zst
nixlib-9a904615a999006181ce48852028f5bf781a570a.zip
haskell-pipes-parse: update to version 2.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/pipes-parse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/pipes-parse/default.nix b/pkgs/development/libraries/haskell/pipes-parse/default.nix
index 33892ef8fc62..61c0f34a57ef 100644
--- a/pkgs/development/libraries/haskell/pipes-parse/default.nix
+++ b/pkgs/development/libraries/haskell/pipes-parse/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "pipes-parse";
-  version = "2.0.1";
-  sha256 = "04sqjdmgkgk5qva0gyrblhdvmljgmci2yzzw7y17pmnwxwdja4f0";
+  version = "2.0.2";
+  sha256 = "1jcws5i9jhh4i6bh2j6m9pz1462qm05byibkkxfqvyx392sxy4wz";
   buildDepends = [ free pipes transformers ];
   meta = {
     description = "Parsing infrastructure for the pipes ecosystem";