From bfef8113f672eba8850772aa2422265b69bd2d73 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 2 Oct 2018 05:41:54 +0000 Subject: [PATCH] ghc-8.2.2: Oops, added adjacent patch the one I wanted --- pkgs/development/compilers/ghc/8.2.2.nix | 4 ++-- 1 file 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 b1c615f1ce28d2..124e0e1fe1f918 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; })