haskellPackages.pcre-heavy: unbreak for ghc9.8

This commit is contained in:
Marc Scholten 2024-03-26 09:53:08 +01:00
parent d899609c2a
commit feae2b1e69

View File

@ -107,6 +107,7 @@ self: super: {
lifted-base = dontCheck super.lifted-base; # doesn't compile with transformers == 0.6.*
hourglass = dontCheck super.hourglass; # umaintained, test suite doesn't compile anymore
bsb-http-chunked = dontCheck super.bsb-http-chunked; # umaintained, test suite doesn't compile anymore
pcre-heavy = dontCheck super.pcre-heavy; # GHC warnings cause the tests to fail
#
# Other build fixes