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:01:42 +0000
committerPeter Simons <simons@cryp.to>2019-09-06 17:27:21 +0200
commite5c85e39ab5e5083283076224fa71db4bbd8ce93 (patch)
tree46dbc083a59fc33d611995143ad7cd8e82bc9acf /pkgs/development/haskell-modules
parent4037a43630da4306be03d31bd86359c8713c02dc (diff)
downloadnixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.tar
nixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.tar.gz
nixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.tar.bz2
nixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.tar.lz
nixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.tar.xz
nixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.tar.zst
nixlib-e5c85e39ab5e5083283076224fa71db4bbd8ce93.zip
haskell-tar: 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.nix11
1 files changed, 0 insertions, 11 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 0eb9d67e18c1..625acac80462 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -70,17 +70,6 @@ self: super: {
       sha256 = "1p1pinca33vd10iy7hl20c1fc99vharcgcai6z3ngqbq50k2pd3q";
     };
   };
-  tar = overrideCabal (appendPatch super.tar (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/tar-0.5.1.0.patch";
-    sha256 = "1inbfpamfdpi3yfac59j5xpaq5fvh5g1ca8hlbpic1bizd3s03i0";
-  })) (drv: {
-    configureFlags = ["-f-old-time"];
-    editedCabalFile = null;
-    preConfigure = ''
-      cp -v ${pkgs.fetchurl {url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/tar-0.5.1.0.cabal"; sha256 = "1lydbwsmccf2av0g61j07bx7r5mzbcfgwvmh0qwg3a91857x264x";}} tar.cabal
-      sed -i -e 's/time < 1.9/time < 2/' tar.cabal
-    '';
-  });
   vector-th-unbox = appendPatch super.vector-th-unbox (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/vector-th-unbox-0.2.1.6.patch";
     sha256 = "0169yf9ms1g5mmkc5l6hpffzm34zdrqdng4df02nbdmfgba45h19";