gnu: ghc-parsers: Add missing input.
* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add ghc-semigroups.master
parent
7c3f28fdc4
commit
8eb1d71449
|
@ -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/")
|
||||
|
|
Reference in New Issue