about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 18:02:21 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commitc120b6957cce1b608528d7380547bb8e6c8080a7 (patch)
tree9de43aaf7ab6c40899815f6a99f715ab9e2bb3d9 /pkgs
parentd0a1d73438778a9c2d7f36a6e83b8158c9a91ae9 (diff)
downloadnixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.tar
nixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.tar.gz
nixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.tar.bz2
nixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.tar.lz
nixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.tar.xz
nixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.tar.zst
nixlib-c120b6957cce1b608528d7380547bb8e6c8080a7.zip
haskell.packages.ghc881.hedgehog: fix build issue
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix6
1 files changed, 3 insertions, 3 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 aad21b5817a6..29be9b9c6fde 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -94,9 +94,9 @@ self: super: {
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";
   });
   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";
+  hedgehog = appendPatch (doJailbreak super.hedgehog) (pkgs.fetchpatch {
+    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/hedgehog-1.0.patch";
+    sha256 = "16gadh1hb74jqvzc9c893sffb1y2vjglblyrqjwp7xfhccq7g8yw";
   });
   easytest = self.easytest_0_3;
   regex-tdfa = appendPatch super.regex-tdfa (pkgs.fetchpatch {