3
5
Fork 0
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:
Efraim Flashner 2021-10-10 08:15:08 +03:00
parent 7c3f28fdc4
commit 8eb1d71449
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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/")