summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-19 11:59:09 +0200
committerPeter Simons <simons@cryp.to>2015-04-19 11:59:09 +0200
commitbf294df172432d31701b06463adbd6f1867990b7 (patch)
tree0f0687cc571206645e45200940e495db3a45e339 /pkgs
parentda9dfdf956fd2056804f892b4c7cf1fccd337f12 (diff)
downloadnixlib-bf294df172432d31701b06463adbd6f1867990b7.tar
nixlib-bf294df172432d31701b06463adbd6f1867990b7.tar.gz
nixlib-bf294df172432d31701b06463adbd6f1867990b7.tar.bz2
nixlib-bf294df172432d31701b06463adbd6f1867990b7.tar.lz
nixlib-bf294df172432d31701b06463adbd6f1867990b7.tar.xz
nixlib-bf294df172432d31701b06463adbd6f1867990b7.tar.zst
nixlib-bf294df172432d31701b06463adbd6f1867990b7.zip
haskell-annotated-wl-pprint was fixed upstream.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 0 insertions, 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 17e1ceb724de..6dc578213834 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";