about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-28 15:19:35 +0000
committerPeter Simons <simons@cryp.to>2019-08-28 15:50:33 +0000
commit9d4300b4b2def7a1e3fc5ffe009c03f649089e85 (patch)
tree9f83b03fe48b7b43f510256811f936e78740b5b4
parent83bc9776ca3bd2ce00ecb17f6201db61ddffc12f (diff)
downloadnixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.tar
nixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.tar.gz
nixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.tar.bz2
nixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.tar.lz
nixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.tar.xz
nixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.tar.zst
nixlib-9d4300b4b2def7a1e3fc5ffe009c03f649089e85.zip
haskell-resolv: drop obsolete patches for ghc 8.8.x
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 9dcc76fc26cf..35b7c0046370 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -81,18 +81,6 @@ self: super: {
       sed -i -e 's/time < 1.9/time < 2/' tar.cabal
     '';
   });
-  resolv = overrideCabal (overrideSrc super.resolv {
-    version = "20180411-git";
-    src = pkgs.fetchFromGitHub {
-      owner = "haskell-hvr";
-      repo = "resolv";
-      rev = "a22f9dd900cb276b3dd70f4781fb436d617e2186";
-      sha256 = "1j2jyywmxjhyk46kxff625yvg5y37knv7q6y0qkwiqdwdsppccdk";
-    };
-  }) (drv: {
-    buildTools = with pkgs; [autoconf];
-    preConfigure = "autoreconf --install";
-  });
   dlist = appendPatch (doJailbreak super.dlist) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/dlist-0.8.0.6.patch";
     sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";