mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ghc-parsers: Add missing input.
* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add ghc-semigroups.
This commit is contained in:
parent
7c3f28fdc4
commit
8eb1d71449
1 changed files with 1 additions and 0 deletions
|
@ -9643,6 +9643,7 @@ combinators.")
|
||||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||||
("ghc-attoparsec" ,ghc-attoparsec)
|
("ghc-attoparsec" ,ghc-attoparsec)
|
||||||
("ghc-scientific" ,ghc-scientific)
|
("ghc-scientific" ,ghc-scientific)
|
||||||
|
("ghc-semigroups" ,ghc-semigroups)
|
||||||
("ghc-charset" ,ghc-charset)
|
("ghc-charset" ,ghc-charset)
|
||||||
("ghc-unordered-containers" ,ghc-unordered-containers)))
|
("ghc-unordered-containers" ,ghc-unordered-containers)))
|
||||||
(home-page "https://github.com/ekmett/parsers/")
|
(home-page "https://github.com/ekmett/parsers/")
|
||||||
|
|
Loading…
Reference in a new issue