summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-30 17:00:37 +0200
committerPeter Simons <simons@cryp.to>2014-06-30 17:00:37 +0200
commitee0226e5c839735673f274d5cf68a4015cd1c0da (patch)
tree49fc36646af8ff8c6a1e712ebc91261782aacac6 /pkgs
parentfac3be7416ee3136d1ba947c5753ba34901a0ad4 (diff)
downloadnixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.tar
nixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.tar.gz
nixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.tar.bz2
nixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.tar.lz
nixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.tar.xz
nixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.tar.zst
nixlib-ee0226e5c839735673f274d5cf68a4015cd1c0da.zip
haskell-pipes-binary: re-generate with latest version of cabal2nix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/pipes-binary/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/pipes-binary/default.nix b/pkgs/development/libraries/haskell/pipes-binary/default.nix
index 060a70f16b8a..55a332a6c298 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";