1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-28 13:54:07 +02:00

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 <andreas@enge.fr>
This commit is contained in:
Saku Laesvuori
2025-11-14 15:47:53 +02:00
committed by Andreas Enge
parent bf19f99179
commit 6c87f3cf5d
+1
View File
@@ -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")