guix-commits
[Top][All Lists]
Advanced

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

29/43: gnu: ghc-juicypixels: Add "doc" output.


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

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

commit 7e3e1269a0d30d41aa0af0d6b9fedea27bb9b23f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:22:16 2020 +0200

    gnu: ghc-juicypixels: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-juicypixels)[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 532b154..f2f1135 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6565,6 +6565,7 @@ JSON (JavaScript Object Notation) is a lightweight 
data-interchange format.")
                (base32
                 "0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-zlib" ,ghc-zlib)
        ("ghc-vector" ,ghc-vector)



reply via email to

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