me
/
guix
Archived
1
0
Fork 0

gnu: ghc-parsers: Add missing input.

* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
ghc-semigroups.
master
Efraim Flashner 2021-10-10 08:15:08 +03:00
parent 7c3f28fdc4
commit 8eb1d71449
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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