guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 0254bd77e64458817620da4e37daa6cdcb2b0638
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 10:08:56 2025 +0300
gnu: ghc-project-template: Fix testsuite
* gnu/packages/haskell-xyz.scm (ghc-project-template)[native-inputs]:
Add hspec-discover.
Change-Id: I67b48dfacbd5163300144443cf26adde70a624f2
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 12bba53b96..ee8ad7d959 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9952,7 +9952,7 @@ are primarily intended as internal utilities to support
the @code{optics} and
(properties '((upstream-name . "project-template")))
(inputs (list ghc-base64-bytestring ghc-conduit ghc-conduit-extra
ghc-resourcet))
- (native-inputs (list ghc-hspec ghc-quickcheck))
+ (native-inputs (list ghc-hspec hspec-discover ghc-quickcheck))
(home-page "https://github.com/fpco/haskell-ide")
(synopsis "Specify Haskell project templates and generate files")
(description