about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2014-08-22 00:15:07 -0700
committerCray Elliott <MP2E@archlinux.us>2014-08-22 00:16:40 -0700
commitb5c1cdd7136b2b074f1009c95c4645d95fc5a28e (patch)
tree52feb64740235f05ed148d0ebf92d1c786c274ef /pkgs
parentfbecc246110edc8a6d934dc9897020d9a0abe096 (diff)
downloadnixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.tar
nixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.tar.gz
nixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.tar.bz2
nixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.tar.lz
nixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.tar.xz
nixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.tar.zst
nixlib-b5c1cdd7136b2b074f1009c95c4645d95fc5a28e.zip
jailbreak cabal-lens so that it builds with lens v4.4
bug report submitted to cabal-lens to request upper bound bump
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/cabal-lenses/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/cabal-lenses/default.nix b/pkgs/development/libraries/haskell/cabal-lenses/default.nix
index a4ac5164e1f3..ccd23434fe0d 100644
--- a/pkgs/development/libraries/haskell/cabal-lenses/default.nix
+++ b/pkgs/development/libraries/haskell/cabal-lenses/default.nix
@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
   version = "0.3";
   sha256 = "13nx9cn81cx9cj7fk07akqvz4qkl49dlgb5wl5wanag6bafa6vhl";
   buildDepends = [ Cabal lens unorderedContainers ];
+  jailbreak = true;
   meta = {
     description = "Lenses and traversals for the Cabal library";
     license = self.stdenv.lib.licenses.bsd3;