guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 86a1e1b7cc6e67268fe8912ee42e706bf99c608c
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 15:41:42 2025 +0300
gnu: ghc-string-conversions: Fix build
* gnu/packages/haskell-xyz.scm (ghc-string-conversions)[native-inputs]:
Add hspec-discover.
Change-Id: I729447cb4ff39a3c094384c3d0fab28988a0ce94
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/haskell-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7c0e080aac..64a846ab7b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16064,7 +16064,8 @@ to @code{MonadIO}.")
(build-system haskell-build-system)
(properties '((upstream-name . "string-conversions")))
(inputs (list ghc-utf8-string))
- (native-inputs (list ghc-hspec ghc-quickcheck-instances ghc-quickcheck))
+ (native-inputs (list ghc-hspec hspec-discover
+ ghc-quickcheck-instances ghc-quickcheck))
(arguments
`(#:cabal-revision ("1"
"1g3wxx579mhs2icxngi78pvjfybbk606a6vgns88pg6ws5hrvx4s")))