about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-28 15:24:56 +0000
committerPeter Simons <simons@cryp.to>2019-08-28 15:50:33 +0000
commit5137dc389ac893d459f152399698266f84e31639 (patch)
treed0585e599af578214cb3a1d8e5d71e87db8d2bcb /pkgs/development/haskell-modules
parent7304dc14799ae2f9b1e07347cb141c7ca5168dc8 (diff)
downloadnixlib-5137dc389ac893d459f152399698266f84e31639.tar
nixlib-5137dc389ac893d459f152399698266f84e31639.tar.gz
nixlib-5137dc389ac893d459f152399698266f84e31639.tar.bz2
nixlib-5137dc389ac893d459f152399698266f84e31639.tar.lz
nixlib-5137dc389ac893d459f152399698266f84e31639.tar.xz
nixlib-5137dc389ac893d459f152399698266f84e31639.tar.zst
nixlib-5137dc389ac893d459f152399698266f84e31639.zip
haskell-HTTP: drop obsolete patches for ghc 8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 0 insertions, 4 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 07e23d4782b7..2413c5926601 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -119,10 +119,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/optparse-applicative-0.14.3.0.patch";
     sha256 = "068sjj98jqiq3h8h03mg4w2pa11q8lxkx2i4lmxivq77xyhlwq3y";
   });
-  HTTP = appendPatch (doJailbreak super.HTTP) (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/HTTP-4000.3.13.patch";
-    sha256 = "1fadi529x7dnmbfmls5969qfn9d4z954nc4lbqxmrwgirphkpmn4";
-  });
   hackage-security = appendPatch (doJailbreak super.hackage-security) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hackage-security-0.5.3.0.patch";
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";