summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-31 12:00:45 +0100
committerPeter Simons <simons@cryp.to>2018-10-31 12:09:59 +0100
commitb376d55e5221f7cc96fec7706988a43f34321686 (patch)
tree676b15b75e0ad03e0397862a5efd8e6e2b8b71f0 /pkgs/development/haskell-modules
parent5d18129ce8af9a69312818ea0a5a0029a04a2255 (diff)
downloadnixlib-b376d55e5221f7cc96fec7706988a43f34321686.tar
nixlib-b376d55e5221f7cc96fec7706988a43f34321686.tar.gz
nixlib-b376d55e5221f7cc96fec7706988a43f34321686.tar.bz2
nixlib-b376d55e5221f7cc96fec7706988a43f34321686.tar.lz
nixlib-b376d55e5221f7cc96fec7706988a43f34321686.tar.xz
nixlib-b376d55e5221f7cc96fec7706988a43f34321686.tar.zst
nixlib-b376d55e5221f7cc96fec7706988a43f34321686.zip
haskell-easytest: drop obsolete override for ghc-8.6.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 61f188aeddbc..15497cd692e0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -111,12 +111,6 @@ self: super: {
   # https://github.com/jgm/skylighting/issues/55
   skylighting-core = dontCheck super.skylighting-core;
 
-  # https://github.com/joelburget/easytest/issues/12
-  easytest = appendPatch super.easytest (pkgs.fetchpatch {
-    url = https://github.com/joelburget/easytest/pull/13.patch;
-    sha256 = "0gnsgga8x2yxyg27pya6rhmxfsxf167vsi4xdj98fn8v0j7zz1v1";
-  });
-
   # https://github.com/jgm/pandoc/issues/4974
   pandoc = doJailbreak super.pandoc_2_3_1;