mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
haskellPackages.pcre-heavy: unbreak for ghc9.8
This commit is contained in:
parent
d899609c2a
commit
feae2b1e69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user