summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 12:33:56 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commit0b183e5d1475a18e8b1f94f3a232e991af202b21 (patch)
tree7570db65d95b64df027572efa02371f2acb3f9ef /pkgs
parent3ad52721a47fe8368929819774bf9821bc036706 (diff)
downloadnixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.tar
nixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.tar.gz
nixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.tar.bz2
nixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.tar.lz
nixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.tar.xz
nixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.tar.zst
nixpkgs-0b183e5d1475a18e8b1f94f3a232e991af202b21.zip
haskell.packages.ghc881.happy: fix build
Diffstat (limited to 'pkgs')
-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 91b6b84a421..8a0d474127a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -105,10 +105,7 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hackage-security-0.5.3.0.patch";
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";
   });
-  happy = appendPatch super.happy (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/happy-1.19.11.patch";
-    sha256 = "16m659kxbq0s87ak2y1pqggfy67yfvcwc0zi3hcphf3v8735xhkk";
-  });
+  happy = super.happy;
   hedgehog = appendPatch super.hedgehog (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hedgehog-0.6.1.patch";
     sha256 = "04xwznd3lfgracfz68ls6vfm19rhq8fb74r6ii0grpv6cx4rr21i";