mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
Merge pull request #299118 from mpscholten/pcre-heavy
haskellPackages.pcre-heavy: unbreak for ghc9.8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user