From f11e737bb424d7f928bed322f518efc4f3c5f2cf Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Apr 2025 02:10:25 +0200 Subject: [PATCH] haskellPackages.ghc-prof: allow newer base and tasty* --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4252f036dc29..7b333c895b18 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3110,6 +3110,10 @@ self: super: revision = null; }) super.sr-extra; + # Too strict bounds on base <4.19 and tasty <1.5 + # https://github.com/maoe/ghc-prof/issues/25 + ghc-prof = doJailbreak super.ghc-prof; + # 2025-04-19: Tests randomly fail 6 out of 10 times coinor-clp = dontCheck super.coinor-clp;