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

commit bd2cbb8b790316a32aaa8400df49bba31878c14d
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 16:08:13 2025 +0200

    gnu: ghc-config-value: Fix build
    
    * gnu/packages/haskell-xyz.scm (ghc-config-value)[native-inputs]:
    Add ghc-alex and ghc-happy.
    
    Change-Id: I7ade9d411a03835052457ffe1f15d74bb923809e
    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 9c1290de33..594acfeb19 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2514,6 +2514,7 @@ documentation for the file format.")
        (sha256
         (base32 "0pkcwxg91wali7986k03d7q940hb078hlsxfknqhkp2spr3d1f3w"))))
     (build-system haskell-build-system)
+    (native-inputs (list ghc-alex ghc-happy))
     (properties '((upstream-name . "config-value")))
     (arguments
      `(#:cabal-revision ("9"

Reply via email to