about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-03-26 10:38:53 +0100
committerGitHub <noreply@github.com>2024-03-26 10:38:53 +0100
commit9fd49998ec2edb65573cd62c002cd44061439eca (patch)
treef27036e7ea30991dd0cb59f722eddde5c874c9ab /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent39a71cf239c585c3b740f94760ed20695acfcc35 (diff)
parentfeae2b1e69939cf6c5169b098deb944592a841b7 (diff)
Merge pull request #299118 from mpscholten/pcre-heavy
haskellPackages.pcre-heavy: unbreak for ghc9.8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 669890d8ce2bd..3c49eb7edd052 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -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