guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ghc-parsers: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: ghc-parsers: Add missing input.
Date: Sun, 10 Oct 2021 01:52:31 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8eb1d71  gnu: ghc-parsers: Add missing input.
8eb1d71 is described below

commit 8eb1d71449169c32f5cc65b9502471dbeaebdce2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 10 08:15:08 2021 +0300

    gnu: ghc-parsers: Add missing input.
    
    * gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
    ghc-semigroups.
---
 gnu/packages/haskell-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index bb0c39d..95b3b2b 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]