guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit a2ead49158dbd3b7f070a42336801c52c304a6f0
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 15:05:17 2025 +0300
gnu: ghc-interpolate: Fix tests
* gnu/packages/haskell-xyz.scm (ghc-interpolate)[native-inputs]: Add
hspec-discover.
Change-Id: I9552a501d5dac36af40c7260cdedf0610a5cad8a
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 37479b986d..41bf80108f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6213,7 +6213,7 @@ in migrated modules.")
(properties '((upstream-name . "interpolate")))
(inputs (list ghc-haskell-src-meta))
(native-inputs (list ghc-quickcheck ghc-base-compat ghc-hspec
- ghc-quickcheck-instances))
+ hspec-discover ghc-quickcheck-instances))
(home-page "https://github.com/sol/interpolate#readme")
(synopsis "String interpolation library")
(description "This package provides a string interpolation library for