guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 23ca674ca17ac7a1a5003a93e4c389e49fe94417
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Aug 5 16:03:08 2026 +0300
gnu: ghc-hspec-hedgehog: Fix build.
* gnu/packages/haskell-xyz.scm
(ghc-hspec-hedgehog)[native-inputs]: Add hspec-discover.
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 92f10493ef..65fa5b3dda 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -17650,7 +17650,7 @@ such as ala'.")
(properties '((upstream-name . "hspec-hedgehog")))
(inputs (list ghc-quickcheck ghc-hedgehog ghc-hspec ghc-hspec-core
ghc-splitmix))
- (native-inputs (list ghc-hunit))
+ (native-inputs (list ghc-hunit hspec-discover))
(home-page "https://github.com/hspec/hspec-hedgehog#readme")
(synopsis "Integrate Hedgehog and Hspec")
(description "An integration library for hspec and hedgehog.")