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-29 11:09:33 +0200
committerPeter Simons <simons@cryp.to>2018-03-29 20:46:32 +0200
commit9391f0912ffc9b01cdd11ae125a56b44574d257e (patch)
tree7431903c5efa36149b3903e21a65b86b90cd5f7f /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentdc211abbb7f264f7504fbe3e0053fa7812db253e (diff)
downloadnixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.tar
nixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.tar.gz
nixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.tar.bz2
nixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.tar.lz
nixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.tar.xz
nixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.tar.zst
nixpkgs-9391f0912ffc9b01cdd11ae125a56b44574d257e.zip
haskell-flexible-defaults: apply patch to fix build with ghc 8.4.1
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 ec9215175f8..244ee9215d3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -643,4 +643,10 @@ self: super: {
     sha256 = "0j859vclcfnz8n2mw466mv00kjsa9gdbrppjc1m3b68jbypdmfvr";
   });
 
+  # Contributed by Bertram Felgenhauer <int-e@gmx.de>.
+  flexible-defaults = appendPatch super.flexible-defaults (pkgs.fetchpatch {
+    url = https://raw.githubusercontent.com/lambdabot/lambdabot/ghc-8.4.1/patches/flexible-defaults-0.0.1.2.patch;
+    sha256 = "1bpsqq80h6nxm04wddgcgyzn0fjfsmhccmqb211jqswv5209znx8";
+  });
+
 }