guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7a5c4ef88c25eebc47c9e3b28565158333ec6238
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Aug 5 16:05:55 2026 +0300
gnu: ghc-hpack: Fix build.
* gnu/packages/haskell-xyz.scm
(ghc-hpack)[native-inputs]: Add hspec-discover.
---
gnu/packages/haskell-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 65fa5b3dda..6be6b84844 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5504,6 +5504,7 @@ representations of current time.")
ghc-unordered-containers
ghc-vector
ghc-yaml))
+ (native-inputs (list hspec-discover))
(home-page "https://github.com/sol/hpack#readme")
(synopsis "Tools for an alternative Haskell package format")
(description