about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-10-04 17:20:39 +0200
committerGitHub <noreply@github.com>2019-10-04 17:20:39 +0200
commit4c65456f1821ea51e233d7ee9a2df1ef17ee52f1 (patch)
tree9e488959faaaaad705100d8780c6f928fa934e92 /pkgs/development/haskell-modules
parent977a311c1ff87458665333fefdab9a2aa6759e9f (diff)
parent26e22e6dfe3c6541e2f94f76d579977adacc2a62 (diff)
downloadnixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.tar
nixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.tar.gz
nixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.tar.bz2
nixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.tar.lz
nixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.tar.xz
nixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.tar.zst
nixlib-4c65456f1821ea51e233d7ee9a2df1ef17ee52f1.zip
Merge pull request #70292 from utdemir/hedgehog-ghc881-fix
Remove obsolete patch for Hedgehog on ghc-8.8.1
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 0 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 09faec3cfa37..bdb90250d831 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -98,10 +98,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hackage-security-0.5.3.0.patch";
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";
   });
-  hedgehog = appendPatch (doJailbreak super.hedgehog) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/hedgehog-1.0.patch";
-    sha256 = "16gadh1hb74jqvzc9c893sffb1y2vjglblyrqjwp7xfhccq7g8yw";
-  });
   regex-tdfa = appendPatch super.regex-tdfa (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
     sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";