about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 02:29:57 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 03:03:31 +0300
commit86b554a589c6b3c8e25323cd143c0ca1a4314a81 (patch)
tree510354c2c6426cfaf70145b61f8f433d45128bc8 /pkgs/development
parentc5160c62e3436b102f71bcdfe7795f1d2b0a0151 (diff)
downloadnixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.tar
nixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.tar.gz
nixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.tar.bz2
nixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.tar.lz
nixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.tar.xz
nixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.tar.zst
nixlib-86b554a589c6b3c8e25323cd143c0ca1a4314a81.zip
ghc841: github needs a jailbreak
Diffstat (limited to 'pkgs/development')
-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 c5a1a71e45e3..db531f4795d1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -648,6 +648,12 @@ self: super: {
     ];
   });
 
+  github = overrideCabal super.github (drv: {
+    ## Setup: Encountered missing dependencies:
+    ## base >=4.7 && <4.11
+    jailbreak       = true;
+  });
+
   haddock-library_1_5_0_1 = overrideCabal super.haddock-library_1_5_0_1 (drv: {
     ## Setup: Encountered missing dependencies:
     ## QuickCheck ==2.11.*