From 16214e2b31c9a44e80e099931c1675f0410fe762 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 7 Mar 2014 23:13:12 +0100 Subject: [PATCH] haskell-pipes-binary: update to version 0.4.0.1 --- pkgs/development/libraries/haskell/pipes-binary/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/pipes-binary/default.nix b/pkgs/development/libraries/haskell/pipes-binary/default.nix index 33f9482ca3f..e48ad2a96a4 100644 --- a/pkgs/development/libraries/haskell/pipes-binary/default.nix +++ b/pkgs/development/libraries/haskell/pipes-binary/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "pipes-binary"; - version = "0.4.0"; - sha256 = "021shl5czrr82b06awy7biy93qf6nh0wwiadhr7qsawzdnzqz2vc"; + version = "0.4.0.1"; + sha256 = "1vwsr446b3ysjm86bmpmq8pg2badx9xn0iyr17r4mby0bxvvld33"; buildDepends = [ binary pipes pipesBytestring pipesParse transformers ]; @@ -13,7 +13,6 @@ cabal.mkDerivation (self: { binary lensFamilyCore pipes pipesParse smallcheck tasty tastyHunit tastySmallcheck transformers ]; - # Depends on an out-of-date version of smallcheck doCheck = false; meta = { homepage = "https://github.com/k0001/pipes-binary";