about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 20:39:20 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:41 +0100
commit878227d7aa7383bf8a0daeaeeae7614673c50ea3 (patch)
tree2371d937f778b5b14db68e2d2b6897c2a656beda /pkgs
parent303ce435511963cb83e517f3049f1b956f01762f (diff)
downloadnixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.tar
nixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.tar.gz
nixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.tar.bz2
nixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.tar.lz
nixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.tar.xz
nixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.tar.zst
nixlib-878227d7aa7383bf8a0daeaeeae7614673c50ea3.zip
haskell-ListLike: jailbreak to fix the build with text 1.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/ListLike/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/ListLike/default.nix b/pkgs/development/libraries/haskell/ListLike/default.nix
index d8e1e0c6f429..973fca3fb991 100644
--- a/pkgs/development/libraries/haskell/ListLike/default.nix
+++ b/pkgs/development/libraries/haskell/ListLike/default.nix
@@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "1ny6h3f1l0gigyv2rs24s7w158vsflrdx4i9v1al4910cxh56awv";
   buildDepends = [ text vector ];
   testDepends = [ HUnit QuickCheck random text vector ];
+  jailbreak = true;
   meta = {
     homepage = "http://software.complete.org/listlike";
     description = "Generic support for list-like structures";