From 5faa4e5aef83ae3ff48939d757d008487402474d Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Wed, 25 Mar 2015 19:16:26 +0000 Subject: [PATCH] ansi-wl-pprint: don't patch anymore The package version we have now already has this patch courtesy to @hvr making a release with it. --- .../haskell-modules/configuration-ghc-7.10.x.nix | 6 ------ 1 file changed, 6 deletions(-) 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 df44501aadd2..a70597e6ee52 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -125,10 +125,4 @@ self: super: { sha256 = "1fycvjfr1l9wa03k30bnppl3ns99lffh9kmp9r7sr8b6yiydcajq"; stripLen = 1; }); - - # 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 = "0j20cwbph1wg82gfad5a6gfc5gy42cf4vz514jrpfg8d9qvyfhlj"; - }); }