about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorJohn Ericson <subscribe@JohnEricson.me>2018-10-02 01:47:53 -0400
committerGitHub <noreply@github.com>2018-10-02 01:47:53 -0400
commite1605d9b21b9c5762408349df83d77f2fc8cc3b8 (patch)
tree69b8ba5ff5631a9496285a8ea601119f78f35373 /pkgs/development/compilers/ghc
parentea857466e13647a2215d992ed66e65a898a339d4 (diff)
parentbfef8113f672eba8850772aa2422265b69bd2d73 (diff)
downloadnixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.tar
nixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.tar.gz
nixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.tar.bz2
nixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.tar.lz
nixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.tar.xz
nixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.tar.zst
nixlib-e1605d9b21b9c5762408349df83d77f2fc8cc3b8.zip
Merge pull request #47647 from obsidiansystems/ghc-8.2.2-change-patch
ghc-8.2.2: Oops, added adjacent patch to the one I wanted for master
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.2.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/8.2.2.nix b/pkgs/development/compilers/ghc/8.2.2.nix
index 563168c6e96e..b548b05339e4 100644
--- a/pkgs/development/compilers/ghc/8.2.2.nix
+++ b/pkgs/development/compilers/ghc/8.2.2.nix
@@ -110,8 +110,8 @@ stdenv.mkDerivation (rec {
       stripLen = 1;
     })
     (fetchpatch {
-      url = "https://git.haskell.org/hsc2hs.git/patch/d1e191766742e9166a90656c94a7cf3bd73444df";
-      sha256 = "0q25n0k0sbgji6qvalx5j3lmw80j2k0d2k87k4v4y7xqc4ihpi12";
+      url = "https://git.haskell.org/hsc2hs.git/patch/598303cbffcd230635fbce28ce4105d177fdf76a";
+      sha256 = "0hqcg434qbh1bz1pk85cap2q4v9i8bs6x65yzq4spz6xk3zq6af7";
       extraPrefix = "utils/hsc2hs/";
       stripLen = 1;
     })