guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit fa32610ac944862fb7898f85d6a35f2cb83345a5
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 16:19:18 2025 +0300
gnu: ghc-text-zipper: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-text-zipper)[native-inputs]: Add hspec-discover.
Change-Id: I3c2250a2a595ec4ce45803f70c62b7e0783c29cb
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 64a1b31542..2b74a2923d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8806,7 +8806,7 @@ plus the length of the UTF-8 encoded payload.")
(build-system haskell-build-system)
(properties '((upstream-name . "text-zipper")))
(inputs (list ghc-vector))
- (native-inputs (list ghc-hspec ghc-quickcheck))
+ (native-inputs (list ghc-hspec hspec-discover ghc-quickcheck))
(home-page "https://github.com/jtdaugherty/text-zipper/")
(synopsis "Text editor zipper library")
(description