summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-02 19:28:14 +0100
committerPeter Simons <simons@cryp.to>2021-01-02 19:58:19 +0100
commitf21de210fe4dff7b389f34aa954341e5ab0a545a (patch)
treeec3ce9ecf8479f6e54d5486ff843c7227854d0ae /pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
parentb97e43d7e12fc01e014111770b88f6250b17d871 (diff)
Add more jailbreaks for QuickCheck.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 0ec47558bec1..c162740b8d78 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -83,12 +83,6 @@ self: super: {
sha256 = "0rgzrq0513nlc1vw7nw4km4bcwn4ivxcgi33jly4a7n3c1r32v1f";
});
- # Version 4.7.2 is broken by the bytestring library shipped by ghc-8.10.3.
- ListLike = appendPatch super.ListLike (pkgs.fetchpatch {
- url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/ListLike-4.7.2.patch";
- sha256 = "1v392a74w0sxyn6x0bqixpmjbgla0i2b5hxzkcn1vaa3gaya7ag4";
- });
-
# hnix 0.9.0 does not provide an executable for ghc < 8.10, so define completions here for now.
hnix = generateOptparseApplicativeCompletion "hnix"
(overrideCabal super.hnix (drv: {