guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit 4373a742453e857836beeb672116f0261e4002a0
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 16:10:56 2025 +0200

    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 <[email protected]>
---
 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 594acfeb19..646d825dc0 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

Reply via email to