about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-06 08:02:05 +0000
committerPeter Simons <simons@cryp.to>2019-09-06 17:27:21 +0200
commit75388ff04f9ea724b0560fc710b07046a13f1a2d (patch)
tree8b68abdee27994dd67c28abac9b503c96b68bab6 /pkgs/development/haskell-modules
parente5c85e39ab5e5083283076224fa71db4bbd8ce93 (diff)
downloadnixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.tar
nixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.tar.gz
nixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.tar.bz2
nixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.tar.lz
nixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.tar.xz
nixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.tar.zst
nixlib-75388ff04f9ea724b0560fc710b07046a13f1a2d.zip
haskell-zlib: drop obsolete overrides 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 625acac80462..69bd3844c9c4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -85,10 +85,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-posix-0.95.2.patch";
     sha256 = "006yli58jpqp786zm1xlncjsilc38iv3a09r4pv94l587sdzasd2";
   });
-  zlib = appendPatch super.zlib (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/zlib-0.6.2.patch";
-    sha256 = "13fy730z9ihyc9kw3qkh642mi0bdbd7bz01dksj1zz845pr9jjif";
-  });
   haskell-src-exts = appendPatch super.haskell-src-exts (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/haskell-src-exts-1.21.0.patch";
     sha256 = "0alb28hcsp774c9s73dgrajcb44vgv1xqfg2n5a9y2bpyngqscs3";