diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 5a5418a1e15..ac74a476534 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -16976,6 +16976,7 @@ and is shipped with .") (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")