guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 398da3a60b7a8897cdf67bad9494e39b31e3a9b5
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 15:43:15 2025 +0200
gnu: ghc-newtype-generics: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-newtype-generics)[native-inputs]: Add hspec-discover.
Change-Id: Ic7355738440d491404b10e60423d915b6bcc4a55
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 b1b19fa72b..5a5418a1e1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8267,7 +8267,7 @@ sending UDP datagrams over multicast (class D)
addresses.")
(base32 "0km7cp041bgdgrxrbrawz611mcylxp943880a2yg228a09961b51"))))
(build-system haskell-build-system)
(properties '((upstream-name . "newtype-generics")))
- (native-inputs (list ghc-hspec))
+ (native-inputs (list ghc-hspec hspec-discover))
(arguments
`(#:cabal-revision ("5"
"0arlqrq482ai3j6cwgb8kc34zc8y3ghg8fgrxxcnw752hzrl1g71")))