summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 13:20:31 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commit1135dd3e23835a4fa3287911d3dcd3e546ce596a (patch)
tree4adbab222df61827f4b24ac3b17abf109628fa4f
parent0b183e5d1475a18e8b1f94f3a232e991af202b21 (diff)
downloadnixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.tar
nixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.tar.gz
nixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.tar.bz2
nixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.tar.lz
nixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.tar.xz
nixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.tar.zst
nixpkgs-1135dd3e23835a4fa3287911d3dcd3e546ce596a.zip
haskell.packages.ghc881.haskell-src-exts: fix build
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix5
1 files changed, 1 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 8a0d474127a..1cfe150c600 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -93,10 +93,7 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-posix-0.95.2.patch";
     sha256 = "006yli58jpqp786zm1xlncjsilc38iv3a09r4pv94l587sdzasd2";
   });
-  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";
-  });
+  haskell-src-exts = super.haskell-src-exts;
   optparse-applicative = appendPatch (doJailbreak super.optparse-applicative) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/optparse-applicative-0.14.3.0.patch";
     sha256 = "068sjj98jqiq3h8h03mg4w2pa11q8lxkx2i4lmxivq77xyhlwq3y";