summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-30 15:55:33 +0200
committerPeter Simons <simons@cryp.to>2014-06-30 15:55:33 +0200
commit2af20dbacff1d2fe5e7fee901d8428d91773b832 (patch)
treed77700582749c59be03c515e2c3bd2e941f53819 /pkgs
parent7caec7414294290888813e4fb83835d4e3250b92 (diff)
parent83e224cacb874f7cf7606a628ab0aaaa29643a99 (diff)
downloadnixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.tar
nixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.tar.gz
nixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.tar.bz2
nixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.tar.lz
nixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.tar.xz
nixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.tar.zst
nixlib-2af20dbacff1d2fe5e7fee901d8428d91773b832.zip
Merge pull request #3088 from aycanirican/master
jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/pipes-aeson/default.nix1
-rw-r--r--pkgs/development/libraries/haskell/pipes-binary/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/pipes-aeson/default.nix b/pkgs/development/libraries/haskell/pipes-aeson/default.nix
index aa226aa4e3b3..2f4bd30994a2 100644
--- a/pkgs/development/libraries/haskell/pipes-aeson/default.nix
+++ b/pkgs/development/libraries/haskell/pipes-aeson/default.nix
@@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
     aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
     transformers
   ];
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/k0001/pipes-aeson";
     description = "Encode and decode JSON streams using Aeson and Pipes";
diff --git a/pkgs/development/libraries/haskell/pipes-binary/default.nix b/pkgs/development/libraries/haskell/pipes-binary/default.nix
index e48ad2a96a48..060a70f16b8a 100644
--- a/pkgs/development/libraries/haskell/pipes-binary/default.nix
+++ b/pkgs/development/libraries/haskell/pipes-binary/default.nix
@@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
     tastySmallcheck transformers
   ];
   doCheck = false;
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/k0001/pipes-binary";
     description = "Encode and decode binary streams using the pipes and binary libraries";