From 2d44ad02e1b70f5689d002a47faa6020ad4bfa74 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 21:04:28 +0100 Subject: [PATCH] haskellPackages.rel8: remove jailbreak Works without. --- 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 d20b1c3a757e..f743e866573a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -474,10 +474,6 @@ self: super: { # Pending a hackage revision: https://github.com/berberman/arch-web/commit/5d08afee5b25e644f9e2e2b95380a5d4f4aa81ea#commitcomment-89230555 arch-web = doJailbreak super.arch-web; - # Too strict upper bound on hedgehog - # https://github.com/circuithub/rel8/issues/248 - rel8 = doJailbreak super.rel8; - # Fix test trying to access /home directory shell-conduit = overrideCabal (drv: { postPatch = "sed -i s/home/tmp/ test/Spec.hs";