summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/json-assertions
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-01 16:56:28 +0100
committerPeter Simons <simons@cryp.to>2014-11-01 21:08:04 +0100
commit27242c52f796c24df6e75cb79be1153f9e4b2ea4 (patch)
treed9f67a5808a60a3a6fba964423716262cde53797 /pkgs/development/libraries/haskell/json-assertions
parent2bc4e43aa31337a82728532a30691f7dd0c7b9a0 (diff)
downloadnixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.tar
nixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.tar.gz
nixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.tar.bz2
nixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.tar.lz
nixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.tar.xz
nixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.tar.zst
nixlib-27242c52f796c24df6e75cb79be1153f9e4b2ea4.zip
haskell-json-assertions: jailbreak to fix build with latest version of 'lens'
Diffstat (limited to 'pkgs/development/libraries/haskell/json-assertions')
-rw-r--r--pkgs/development/libraries/haskell/json-assertions/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/json-assertions/default.nix b/pkgs/development/libraries/haskell/json-assertions/default.nix
index 9adcaf175726..9a9364d09d0f 100644
--- a/pkgs/development/libraries/haskell/json-assertions/default.nix
+++ b/pkgs/development/libraries/haskell/json-assertions/default.nix
@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
   version = "1.0.5";
   sha256 = "1vf6y8xbl48giq1p6d62294rfvfdw62l1q4dspy990ii0v5gkyck";
   buildDepends = [ aeson indexed indexedFree lens lensAeson text ];
+  jailbreak = true;
   meta = {
     homepage = "http://github.com/ocharles/json-assertions.git";
     description = "Test that your (Aeson) JSON encoding matches your expectations";