rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit 865b6d3cd086d1b0c4d9bc5bd3e8f279282f8a03
Author: Ricardo Wurmus <[email protected]>
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)