diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index e14d6165deb3..6606907d9524 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -105,6 +105,11 @@ builtins.intersectAttrs super { # ghcide-bench tests need network ghcide-bench = dontCheck super.ghcide-bench; + # Test suite scredit-test uses `cabal run`. + screp = overrideCabal { + testTargets = [ "screp-test" ]; + } super.screp; + # 2023-04-01: TODO: Either reenable at least some tests or remove the preCheck override ghcide = overrideCabal (drv: { # tests depend on executable