From c7a72e43b3167d7b96d72167a12160cdf24e943a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 31 Dec 2024 13:24:29 +0100 Subject: [PATCH] haskellPackages.pfile: allow hspec == 2.11.* --- 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 2f2c85b0092e..4f9743c035ef 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -487,6 +487,10 @@ self: super: { # https://github.com/awakesecurity/nix-graph/issues/5 nix-graph = doJailbreak super.nix-graph; + # Too strict bounds on hspec + # https://github.com/illia-shkroba/pfile/issues/2 + pfile = doJailbreak super.pfile; + # Manually maintained cachix-api = overrideCabal (drv: { version = "1.7.5";