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:
committed by
Andreas Enge
parent
bf19f99179
commit
6c87f3cf5d
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user