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";