guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit de99e1b7e3663900c9b777987d010eb8ab231485
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 17:27:41 2025 +0300
gnu: ghc-base-compat-batteries: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-base-compat-batteries)[native-inputs]: Add hspec-discover.
Change-Id: I383f8ede11b0c5632d7e53fb4975455b1fbb515f
Signed-off-by: Andreas Enge <[email protected]>
---
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 cf193f35ba..6755ae6333 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -805,7 +805,7 @@ pragmas in your code.")
(build-system haskell-build-system)
(properties '((upstream-name . "base-compat-batteries")))
(inputs (list ghc-base-compat))
- (native-inputs (list ghc-hspec ghc-quickcheck))
+ (native-inputs (list ghc-hspec hspec-discover ghc-quickcheck))
(home-page "http://hackage.haskell.org/package/base-compat-batteries")
(synopsis "Extra batteries included base-compat")
(description