From 3c7a9194317aa68e64baaab78dd6fb3ff4309495 Mon Sep 17 00:00:00 2001 From: Aistis Raulinaitis Date: Sat, 21 Mar 2015 22:01:54 -0700 Subject: [PATCH] ansi-wl-pprint hash correction --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 34204d6462f4..df44501aadd2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -129,6 +129,6 @@ self: super: { # https://github.com/batterseapower/ansi-wl-pprint/issues/13 ansi-wl-pprint = appendPatch super.ansi-wl-pprint (pkgs.fetchpatch { url = "https://github.com/hvr/ansi-wl-pprint/commit/7e489ea6b546899074b1cdccf37d2e49ab313098.patch"; - sha256 = "111aasm6pb55prldzwzgfffd5zz1npl7akdzcwh2hsri865i1806"; + sha256 = "0j20cwbph1wg82gfad5a6gfc5gy42cf4vz514jrpfg8d9qvyfhlj"; }); }