summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-10 13:36:39 +0100
committerPeter Simons <simons@cryp.to>2018-03-11 09:24:36 +0100
commit77e974b394ecb0bff7a5a86bc5819f43c011bbe1 (patch)
tree558ac8cb7a3c12e5902a10c53dc76fbcd5617aaa /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentb4707d9e6575af5422a7763b0153c7f80cc0fe17 (diff)
downloadnixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.tar
nixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.tar.gz
nixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.tar.bz2
nixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.tar.lz
nixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.tar.xz
nixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.tar.zst
nixpkgs-77e974b394ecb0bff7a5a86bc5819f43c011bbe1.zip
haskell-hackage-security: jailbreak to fix build with ghc 8.4.x
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.nix3
1 files changed, 3 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 92b4b057321..e69165d3c80 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -794,4 +794,7 @@ self: super: {
     }
   );
 
+  # https://github.com/haskell/hackage-security/issues/211
+  hackage-security = doJailbreak super.hackage-security;
+
 }