diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-10 08:15:08 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-10 08:15:08 +0300 |
commit | 8eb1d71449169c32f5cc65b9502471dbeaebdce2 (patch) | |
tree | 84841bc186e9c99e040620ebcfae0543ad312665 /gnu/packages | |
parent | 7c3f28fdc4edc00f66801cd51a5ba08eee44f77f (diff) |
gnu: ghc-parsers: Add missing input.
* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
ghc-semigroups.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index bb0c39d17d..95b3b2ba2b 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9643,6 +9643,7 @@ combinators.") `(("ghc-base-orphans" ,ghc-base-orphans) ("ghc-attoparsec" ,ghc-attoparsec) ("ghc-scientific" ,ghc-scientific) + ("ghc-semigroups" ,ghc-semigroups) ("ghc-charset" ,ghc-charset) ("ghc-unordered-containers" ,ghc-unordered-containers))) (home-page "https://github.com/ekmett/parsers/") |