about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-28 15:20:33 +0000
committerPeter Simons <simons@cryp.to>2019-08-28 15:50:33 +0000
commite2dfa9f721be4aabdb5719aff46ecd8acaffb9b5 (patch)
tree93e0b5abcd7fc44e7ba32c91fe7a395e5c5291d3 /pkgs/development/haskell-modules
parent9d4300b4b2def7a1e3fc5ffe009c03f649089e85 (diff)
downloadnixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.tar
nixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.tar.gz
nixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.tar.bz2
nixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.tar.lz
nixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.tar.xz
nixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.tar.zst
nixlib-e2dfa9f721be4aabdb5719aff46ecd8acaffb9b5.zip
haskell-QuickCheck: drop obsolete patches for ghc 8.8.x
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 35b7c0046370..f6e26aafa34a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -93,10 +93,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/cabal-doctest-1.0.6.patch";
     sha256 = "0735mkxhv557pgnfvdjakkw9r85l5gy28grdwg929m26ghbf9s8j";
   });
-  QuickCheck = appendPatch super.QuickCheck (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/QuickCheck-2.13.1.patch";
-    sha256 = "138yrp3x5cnvncimrnhnkawz6clyk7fj3sr3y93l5szfr11kcvbl";
-  });
   regex-base = appendPatch super.regex-base (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-base-0.93.2.patch";
     sha256 = "01d1plrdx6hcspwn2h6y9pyi5366qk926vb5cl5qcl6x4m23l6y1";