[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)
- branch wip-haskell-updates created (now a989d4f), guix-commits, 2020/07/17
- 01/44: gnu: Add ghc-8.8., guix-commits, 2020/07/17
- 02/44: build-system/haskell: Support parallel builds., guix-commits, 2020/07/17
- 03/44: build-system/haskell: Add default output "static"., guix-commits, 2020/07/17
- 04/44: haskell-build-system: register: Respect lib output., guix-commits, 2020/07/17
- 06/44: build-system/haskell: Simplify configure step., guix-commits, 2020/07/17
- 08/44: gnu: Add "static" output to Haskell packages with custom outputs., guix-commits, 2020/07/17
- 13/44: gnu: ghc-crypto-api-tests: Add "doc" output., guix-commits, 2020/07/17
- 12/44: gnu: ghc-hspec: Add "doc" output., guix-commits, 2020/07/17
- 14/44: gnu: ghc-cryptonite: Add "doc" output.,
guix-commits <=
- 16/44: gnu: ghc-aeson: Add "doc" output., guix-commits, 2020/07/17
- 07/44: build-system/haskell: Configure to link with shared libraries., guix-commits, 2020/07/17
- 05/44: haskell-build-system: register: Remove references to the doc output., guix-commits, 2020/07/17
- 09/44: gnu: ghc-libyaml: Add libyaml via --extra-lib-dirs., guix-commits, 2020/07/17
- 21/44: gnu: ghc-cmdargs: Add "doc" output., guix-commits, 2020/07/17
- 22/44: gnu: ghc-conduit: Add "doc" output., guix-commits, 2020/07/17
- 10/44: gnu: ghc-hslua: Add --extra-lib-dirs configure option., guix-commits, 2020/07/17
- 11/44: gnu: ghc-8.6: Remove unnecessary references., guix-commits, 2020/07/17
- 15/44: gnu: ghc-blaze-html: Add "doc" output., guix-commits, 2020/07/17
- 17/44: gnu: ghc-hxt: Add "doc" output., guix-commits, 2020/07/17