summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Laesvuori <saku@laesvuori.fi>2026-08-05 16:05:55 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2026-08-29 23:03:51 +0200
commit7a5c4ef88c25eebc47c9e3b28565158333ec6238 (patch)
tree6e7b5200cc75eac5c1b5b9cd5a1cef3c8abef0e0
parent23ca674ca17ac7a1a5003a93e4c389e49fe94417 (diff)
gnu: ghc-hpack: Fix build.
* gnu/packages/haskell-xyz.scm (ghc-hpack)[native-inputs]: Add hspec-discover.
-rw-r--r--gnu/packages/haskell-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 65fa5b3dda7..6be6b848443 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5504,6 +5504,7 @@ representations of current time.")
5504 ghc-unordered-containers 5504 ghc-unordered-containers
5505 ghc-vector 5505 ghc-vector
5506 ghc-yaml)) 5506 ghc-yaml))
5507 (native-inputs (list hspec-discover))
5507 (home-page "https://github.com/sol/hpack#readme") 5508 (home-page "https://github.com/sol/hpack#readme")
5508 (synopsis "Tools for an alternative Haskell package format") 5509 (synopsis "Tools for an alternative Haskell package format")
5509 (description 5510 (description