From c6c5a252c2500e5e04290e7461ee0595bb196e7f Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Fri, 14 Nov 2025 16:10:56 +0200 Subject: 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 --- gnu/packages/haskell-xyz.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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.") (build-system haskell-build-system) (properties '((upstream-name . "haskell-src"))) (inputs (list ghc-syb)) + (native-inputs (list ghc-happy)) (home-page "http://hackage.haskell.org/package/haskell-src") (synopsis "Support for manipulating Haskell source code") (description -- cgit v1.2.3