about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorUtku Demir <me@utdemir.com>2019-10-03 11:07:21 +1300
committerUtku Demir <me@utdemir.com>2019-10-03 11:07:21 +1300
commit26e22e6dfe3c6541e2f94f76d579977adacc2a62 (patch)
treeb02f55fbf226231f052303f0cf66e763e4309c44 /pkgs/development/haskell-modules
parent2e2b068e0435be6fde2ceccf98be3659c88a3f8c (diff)
downloadnixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.tar
nixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.tar.gz
nixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.tar.bz2
nixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.tar.lz
nixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.tar.xz
nixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.tar.zst
nixlib-26e22e6dfe3c6541e2f94f76d579977adacc2a62.zip
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";