From ee0226e5c839735673f274d5cf68a4015cd1c0da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 30 Jun 2014 17:00:37 +0200 Subject: [PATCH] haskell-pipes-binary: re-generate with latest version of cabal2nix --- pkgs/development/libraries/haskell/pipes-binary/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/pipes-binary/default.nix b/pkgs/development/libraries/haskell/pipes-binary/default.nix index 060a70f16b8..55a332a6c29 100644 --- a/pkgs/development/libraries/haskell/pipes-binary/default.nix +++ b/pkgs/development/libraries/haskell/pipes-binary/default.nix @@ -13,8 +13,8 @@ cabal.mkDerivation (self: { binary lensFamilyCore pipes pipesParse smallcheck tasty tastyHunit tastySmallcheck transformers ]; - doCheck = false; jailbreak = true; + doCheck = false; meta = { homepage = "https://github.com/k0001/pipes-binary"; description = "Encode and decode binary streams using the pipes and binary libraries";