Merge pull request #299118 from mpscholten/pcre-heavy

haskellPackages.pcre-heavy: unbreak for ghc9.8
This commit is contained in:
Naïm Favier
2024-03-26 10:38:53 +01:00
committed by GitHub

View File

@@ -108,6 +108,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