guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit eab32be10da328a4feef66577e44d639477217de
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 16:17:55 2025 +0200

    gnu: ghc-validity: Fix build
    
    * gnu/packages/haskell-xyz.scm
    (ghc-validity)[native-inputs]: Add hspec-discover.
    
    Change-Id: I0f803c494c17563c9cf20d88384344ab1e06515d
    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 646d825dc0..6a0a1b3ebe 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -14309,7 +14309,7 @@ example of, \"An applicative functor that is not a 
monad.\"")
         (base32 "1px6qaabr1k1szx9sl4vjqnwwlyj590s6h21p54ycfjj744md2p2"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "validity")))
-    (native-inputs (list ghc-hspec))
+    (native-inputs (list ghc-hspec hspec-discover))
     (home-page "https://github.com/NorfairKing/validity#readme";)
     (synopsis "Validity typeclass")
     (description

Reply via email to