haskellPackages.pfile: allow hspec == 2.11.*

This commit is contained in:
sternenseemann
2024-12-31 13:38:29 +01:00
parent 31aab29bd8
commit c7a72e43b3
@@ -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";