guix-commits
[Top][All Lists]
Advanced

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

21/43: gnu: ghc-cmdargs: Add "doc" output.


From: guix-commits
Subject: 21/43: gnu: ghc-cmdargs: Add "doc" output.
Date: Sat, 8 Aug 2020 22:41:11 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates-2
in repository guix.

commit 8a3fa13650ad67706107f89305d9b23266dd4d90
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:19:00 2020 +0200

    gnu: ghc-cmdargs: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-cmdargs)[outputs]: Add "doc" output next
    to "out" and "static".
---
 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 c2a28b4..7e43eb3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2072,6 +2072,7 @@ of the C library.")
         (base32
          "0cbkmgrcnwgigg6z88y3c09gm7g6dwm7gzbgr53h8k1xik29s9hf"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (home-page
      "http://community.haskell.org/~ndm/cmdargs/";)
     (synopsis "Command line argument processing")



reply via email to

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