From bf294df172432d31701b06463adbd6f1867990b7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Apr 2015 11:59:09 +0200 Subject: [PATCH] haskell-annotated-wl-pprint was fixed upstream. --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 4 ---- 1 file changed, 4 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 17e1ceb724d..6dc57821383 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -154,10 +154,6 @@ self: super: { unix-time = dontCheck super.unix-time; # Until the changes have been pushed to Hackage - annotated-wl-pprint = appendPatch super.annotated-wl-pprint (pkgs.fetchpatch { - url = "https://patch-diff.githubusercontent.com/raw/david-christiansen/annotated-wl-pprint/pull/2.patch"; - sha256 = "0n0fbq3vd7b9kfmhg089q0dy40vawq4q88il3zc9ybivhi62nwv4"; - }); ghc-events = appendPatch super.ghc-events (pkgs.fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/haskell/ghc-events/pull/8.patch"; sha256 = "1k881jrvzfvs761jgfhf5nsbmbc33c9333l4s0f5088p46ff2n1l";