guix-commits
[Top][All Lists]
Advanced

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

35/44: gnu: ghc-regex-tdfa: Add "doc" output.


From: guix-commits
Subject: 35/44: gnu: ghc-regex-tdfa: Add "doc" output.
Date: Fri, 17 Jul 2020 08:33:40 -0400 (EDT)

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

commit 36ce57bb44e666ec6e57881282808fb13c8be59f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:25:13 2020 +0200

    gnu: ghc-regex-tdfa: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[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 1f7fd6b..8ef288f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10380,6 +10380,7 @@ Haskell library @code{regex-base}.")
         (base32
          "03yhpqrqz977nwlnhnyz9dacnbzw8xb6j18h365rkgmbc05sb3hf"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-regex-base" ,ghc-regex-base)))
     (home-page "https://github.com/haskell-hvr/regex-tdfa";)



reply via email to

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