summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 01:58:09 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 03:03:30 +0300
commitb69eb4af28c133f167dde927aa856d531befbb30 (patch)
treebc65d7eb2f95b2037b27929baecefb6b5f4b3ae4 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentb77b9d56f333196eff8a88bdadea929a113509cd (diff)
downloadnixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.tar
nixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.tar.gz
nixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.tar.bz2
nixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.tar.lz
nixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.tar.xz
nixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.tar.zst
nixpkgs-b69eb4af28c133f167dde927aa856d531befbb30.zip
ghc841: jailbreak protolude
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 96bde55897d..37cbda8919b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -644,6 +644,12 @@ self: super: {
     jailbreak       = true;
   });
 
+  protolude = overrideCabal super.protolude (drv: {
+    ## Setup: Encountered missing dependencies:
+    ## base >=4.6 && <4.11
+    jailbreak       = true;
+  });
+
   quickcheck-instances = overrideCabal super.quickcheck-instances (drv: {
     ## Setup: Encountered missing dependencies:
     ## base >=4.5 && <4.11