diff options
| author | Saku Laesvuori <saku@laesvuori.fi> | 2025-11-14 16:10:56 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-13 08:51:31 +0200 |
| commit | c6c5a252c2500e5e04290e7461ee0595bb196e7f (patch) | |
| tree | 769ab57da57d2e28e4c58988ab321ab6938fbb3c /gnu | |
| parent | 2c0da0bbcce7390af39a79afed690eaf6d32c06c (diff) | |
gnu: ghc-haskell-src: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-haskell-src)[native-inputs]: Add ghc-happy.
Change-Id: Iadcd0b0189f11fb1225c67c4690824f138100151
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 594acfeb19f..646d825dc0d 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm | |||
| @@ -5262,6 +5262,7 @@ Haskeline runs both on POSIX-compatible systems and on Windows.") | |||
| 5262 | (build-system haskell-build-system) | 5262 | (build-system haskell-build-system) |
| 5263 | (properties '((upstream-name . "haskell-src"))) | 5263 | (properties '((upstream-name . "haskell-src"))) |
| 5264 | (inputs (list ghc-syb)) | 5264 | (inputs (list ghc-syb)) |
| 5265 | (native-inputs (list ghc-happy)) | ||
| 5265 | (home-page "http://hackage.haskell.org/package/haskell-src") | 5266 | (home-page "http://hackage.haskell.org/package/haskell-src") |
| 5266 | (synopsis "Support for manipulating Haskell source code") | 5267 | (synopsis "Support for manipulating Haskell source code") |
| 5267 | (description | 5268 | (description |
