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: Thu, 13 Aug 2020 08:44:48 -0400 (EDT)

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

commit 06d18adab7a1a137d913df7f1de3c0c4d3fa3899
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 95f7088..c92dec9 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]