about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-28 16:53:10 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commitc8aee770a0d9912b1cb0c7ae7753b9cf246d9172 (patch)
treee458172fbd976c08f2cb48ef2c09cd3dba5185f7 /pkgs/development/haskell-modules
parent93dd24aa6ab67e9c4dc7e65baf8386264c7fc7e6 (diff)
downloadnixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.tar
nixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.tar.gz
nixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.tar.bz2
nixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.tar.lz
nixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.tar.xz
nixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.tar.zst
nixlib-c8aee770a0d9912b1cb0c7ae7753b9cf246d9172.zip
ghc881: fix happy build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 2 insertions, 2 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 2894d758d3c5..c3cf203a8234 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -120,8 +120,8 @@ self: super: {
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";
   });
   happy = appendPatch super.happy (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/happy-1.19.9.patch";
-    sha256 = "1zmcb7dgcwivq2mddcy1f20djw2kds1m7ahwsa4xpbbwnijc6zjx";
+    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/happy-1.19.11.patch";
+    sha256 = "16m659kxbq0s87ak2y1pqggfy67yfvcwc0zi3hcphf3v8735xhkk";
   });
   hedgehog = appendPatch super.hedgehog (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hedgehog-0.6.1.patch";