summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-09-03 09:33:37 -0400
committerPeter Simons <simons@cryp.to>2018-09-12 10:31:10 +0200
commite6e56bbe32099663b6f78db60c95abecd2fec927 (patch)
tree37af1197fb7bc82ef49e3ecf01fdf66b157d1254 /pkgs/development/compilers
parent838b4fe552204841b37c2c08e7581409bd428906 (diff)
downloadnixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.tar
nixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.tar.gz
nixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.tar.bz2
nixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.tar.lz
nixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.tar.xz
nixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.tar.zst
nixlib-e6e56bbe32099663b6f78db60c95abecd2fec927.zip
ghc: Apply fix to abi-hash with backpack.
See https://phabricator.haskell.org/D5123.
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ghc/8.4.3.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghc/8.4.3.nix b/pkgs/development/compilers/ghc/8.4.3.nix
index aa9fab184364..365f401119da 100644
--- a/pkgs/development/compilers/ghc/8.4.3.nix
+++ b/pkgs/development/compilers/ghc/8.4.3.nix
@@ -99,6 +99,10 @@ stdenv.mkDerivation (rec {
     sha256 = "0plzsbfaq6vb1023lsarrjglwgr9chld4q3m99rcfzx0yx5mibp3";
     extraPrefix = "utils/hsc2hs/";
     stripLen = 1;
+  }) (fetchpatch rec { # https://phabricator.haskell.org/D5123
+    url = "http://tarballs.nixos.org/sha256/${sha256}";
+    name = "D5123.diff";
+    sha256 = "0nhqwdamf2y4gbwqxcgjxs0kqx23w9gv5kj0zv6450dq19rji82n";
   })] ++ stdenv.lib.optional deterministicProfiling
     (fetchpatch rec {
       url = "http://tarballs.nixos.org/sha256/${sha256}";