about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorMarc Scholten <marc@digitallyinduced.com>2024-03-26 09:53:08 +0100
committerMarc Scholten <marc@digitallyinduced.com>2024-03-26 09:53:08 +0100
commitfeae2b1e69939cf6c5169b098deb944592a841b7 (patch)
tree8b4412c7416295e72fc682a4fe93cad1d15f5435 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parentd899609c2a22bbd345d2ed200c6ebc08a772ccc9 (diff)
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 2206d72fffc59..f9e600fed3e39 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -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