From 3699b5b74c1357a9bb649f0a1655bc1b1f215a45 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Tue, 11 May 2021 12:16:05 +0200 Subject: [PATCH] haskellPackages.hyper-extra: remove unnecessary override --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7668d854bb2..fb0f3c30675 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1783,10 +1783,6 @@ self: super: { ihaskell-display = doJailbreak super.ihaskell-display; ihaskell-basic = doJailbreak super.ihaskell-basic; - # too strict bounds on QuickCheck - # https://github.com/HeinrichApfelmus/hyper-haskell/issues/42 - hyper-extra = doJailbreak super.hyper-extra; - # Fixes too strict version bounds on regex libraries # Presumably to be removed at the next release yi-language = appendPatch super.yi-language (pkgs.fetchpatch {