From 9e808795cf3acb595dc9e3872d46b69b981e2741 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 19 Jan 2026 00:58:41 +0000 Subject: [PATCH] haskellPackages.yaml: fix strictDeps build --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index b4c36a650736..443cbf53efb7 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1027,6 +1027,7 @@ builtins.intersectAttrs super { (disableCabalFlag "no-exe") enableSeparateBinOutput (addBuildDepend self.optparse-applicative) + (addTestToolDepend self.hspec-discover) ]; # Compile manpages (which are in RST and are compiled with Sphinx).