summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-10-10 08:15:08 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-10-10 08:15:08 +0300
commit8eb1d71449169c32f5cc65b9502471dbeaebdce2 (patch)
tree84841bc186e9c99e040620ebcfae0543ad312665
parent7c3f28fdc4edc00f66801cd51a5ba08eee44f77f (diff)
downloadguix-8eb1d71449169c32f5cc65b9502471dbeaebdce2.tar.gz
gnu: ghc-parsers: Add missing input.
* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
ghc-semigroups.
-rw-r--r--gnu/packages/haskell-xyz.scm1
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/")