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

commit 7014e57ab7a996ec3975673975f60d2b1bc11d66
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 16:26:34 2025 +0200

    gnu: ghc-atomic-write: Fix build
    
    * gnu/packages/haskell-xyz.scm
    (ghc-atomic-write)[native-inputs]: Add hspec-discover.
    
    Change-Id: Id5242c7be61e128c9fb5ae1f28365bbf3aedd88e
    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 6a0a1b3ebe..c4b3505a08 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -549,7 +549,7 @@ This library provides a safer method based on the concept 
of @code{Ticket}s.")
     (build-system haskell-build-system)
     (properties '((upstream-name . "atomic-write")))
     (inputs (list ghc-temporary ghc-unix-compat))
-    (native-inputs (list ghc-hspec))
+    (native-inputs (list ghc-hspec hspec-discover))
     (home-page "https://github.com/stackbuilders/atomic-write";)
     (synopsis "Atomically write to a file")
     (description

Reply via email to