diff options
| author | Saku Laesvuori <saku@laesvuori.fi> | 2025-10-18 17:26:18 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-13 08:51:30 +0200 |
| commit | c298de52f59ef6de0e4b7573ebdefd4f208dadea (patch) | |
| tree | 8172dc3172ac31b4ca5c495f9a26dc9f605dbc3c /gnu | |
| parent | 49f7646aa1614831cc72486c0bfeb4651785f7e8 (diff) | |
gnu: ghc-getopt-generics: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-getopt-generics)[native-inputs]: Add hspec-discover.
Change-Id: I691c3522341c95b1b6b9162d16b961a75a8ab413
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 1724e52c12d..cf193f35ba5 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm | |||
| @@ -4608,7 +4608,7 @@ properties for functions operating on them.") | |||
| 4608 | (build-system haskell-build-system) | 4608 | (build-system haskell-build-system) |
| 4609 | (properties '((upstream-name . "getopt-generics"))) | 4609 | (properties '((upstream-name . "getopt-generics"))) |
| 4610 | (inputs (list ghc-base-compat ghc-base-orphans ghc-generics-sop ghc-tagged)) | 4610 | (inputs (list ghc-base-compat ghc-base-orphans ghc-generics-sop ghc-tagged)) |
| 4611 | (native-inputs (list ghc-quickcheck ghc-hspec ghc-safe ghc-silently)) | 4611 | (native-inputs (list ghc-quickcheck ghc-hspec hspec-discover ghc-safe ghc-silently)) |
| 4612 | (home-page "https://github.com/soenkehahn/getopt-generics#readme") | 4612 | (home-page "https://github.com/soenkehahn/getopt-generics#readme") |
| 4613 | (synopsis "Create command line interfaces with ease") | 4613 | (synopsis "Create command line interfaces with ease") |
| 4614 | (description "This library provides tools to create command line | 4614 | (description "This library provides tools to create command line |
