guix-commits
[Top][All Lists]
Advanced

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

14/44: gnu: ghc-cryptonite: Add "doc" output.


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

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

commit 865b6d3cd086d1b0c4d9bc5bd3e8f279282f8a03
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 26 15:22:50 2020 +0200

    gnu: ghc-cryptonite: Add "doc" output.
    
    * gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" 
output
    next to "out" and "static".
---
 gnu/packages/haskell-crypto.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 9e35b22..ce52461 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -311,6 +311,7 @@ the C implementation.")
     ;; FIXME: tests are broken.
     ;; See https://github.com/haskell-crypto/cryptonite/issues/260
     (arguments '(#:tests? #f))
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-basement" ,ghc-basement)
        ("ghc-memory" ,ghc-memory)



reply via email to

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