guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 54668fd4e085062619ef0d0681fa20b2e63e9adb
Author: Saku Laesvuori <[email protected]>
AuthorDate: Fri Nov 14 15:47:53 2025 +0200
gnu: ghc-cabal-syntax: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-cabal-syntax)[native-inputs]: Add ghc-alex.
Change-Id: I45664ab5fef4f45d2b8c8b52a8a4970b01e22585
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 5a5418a1e1..ac74a47653 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16976,6 +16976,7 @@ and is shipped with <https://www.haskell.org/ghc/
GHC>.")
(sha256
(base32 "1d045h470yykabz5d89896d6v2p1vng373s7bgysfdmzqhgd7wp5"))))
(build-system haskell-build-system)
+ (native-inputs (list ghc-alex))
(properties '((upstream-name . "Cabal-syntax")))
(home-page "http://www.haskell.org/cabal/")
(synopsis "Library for working with .cabal files")