guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 2a41f4f4ef1b7a71df9d0428a592bbd4ed6e25fc
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 16:05:38 2025 +0200
gnu: ghc-lib-parser: Fix build
* gnu/packages/haskell-xyz.scm (ghc-lib-parser)[native-inputs]:
Add ghc-alex and ghc-happy.
Change-Id: I994a006dcbeaadbba997c191f67e432bc0cd4631
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 3a6e6b8788..9c1290de33 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6899,6 +6899,7 @@ Music Player Daemon.")
(sha256
(base32 "1lscfnbpmyv0fahl9y33kwiypnp45iljljax69dxhlr9zdijv7x4"))))
(build-system haskell-build-system)
+ (native-inputs (list ghc-alex ghc-happy))
(properties '((upstream-name . "ghc-lib-parser")))
(home-page "https://github.com/digital-asset/ghc-lib")
(synopsis "The GHC API, decoupled from GHC versions")