about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-25 20:36:05 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 20:36:05 +0100
commitbdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea (patch)
tree4c9f237b1f8d7c96532f4a2521aa147bd455d962 /pkgs/development/haskell-modules
parent706b2274cb0957e34338a84029597a5e75962438 (diff)
parent5faa4e5aef83ae3ff48939d757d008487402474d (diff)
downloadnixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.tar
nixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.tar.gz
nixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.tar.bz2
nixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.tar.lz
nixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.tar.xz
nixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.tar.zst
nixlib-bdd430487028b4ec616f3d1f1e6f7f8eaf8ed4ea.zip
Merge pull request #6980 from Fuuzetsu/remove-ansi-patch
ansi-wl-pprint: don't patch anymore
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix6
1 files changed, 0 insertions, 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";
-  });
 }