[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/43: gnu: ghc-cryptonite: Add "doc" output.
From: |
guix-commits |
Subject: |
14/43: gnu: ghc-cryptonite: Add "doc" output. |
Date: |
Wed, 12 Aug 2020 14:17:04 -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)
- 04/43: build-system/haskell: Configure to link with shared libraries., (continued)
- 04/43: build-system/haskell: Configure to link with shared libraries., guix-commits, 2020/08/12
- 09/43: build-system/haskell: Do not pass "--bindir" during configure., guix-commits, 2020/08/12
- 06/43: haskell-build-system: register: Respect lib output., guix-commits, 2020/08/12
- 07/43: haskell-build-system: register: Remove references to the doc output., guix-commits, 2020/08/12
- 08/43: build-system/haskell: Add 'extra-directories' keyword., guix-commits, 2020/08/12
- 10/43: gnu: Add "static" output to Haskell packages with custom outputs., guix-commits, 2020/08/12
- 12/43: gnu: ghc-hspec: Add "doc" output., guix-commits, 2020/08/12
- 18/43: gnu: ghc-base-compat: Add "doc" output., guix-commits, 2020/08/12
- 05/43: build-system/haskell: Add default output "static"., guix-commits, 2020/08/12
- 13/43: gnu: ghc-crypto-api-tests: Add "doc" output., guix-commits, 2020/08/12
- 14/43: gnu: ghc-cryptonite: Add "doc" output.,
guix-commits <=
- 21/43: gnu: ghc-cmdargs: Add "doc" output., guix-commits, 2020/08/12
- 26/43: gnu: ghc-generic-deriving: Add "doc" output., guix-commits, 2020/08/12
- 34/43: gnu: ghc-rebase: Add "doc" output., guix-commits, 2020/08/12
- 36/43: gnu: ghc-rerebase: Add "doc" output., guix-commits, 2020/08/12
- 38/43: gnu: ghc-unliftio: Add "doc" output., guix-commits, 2020/08/12
- 27/43: gnu: ghc-generics-sop: Add "doc" output., guix-commits, 2020/08/12
- 32/43: gnu: ghc-mono-traversable: Add "doc" output., guix-commits, 2020/08/12
- 35/43: gnu: ghc-regex-tdfa: Add "doc" output., guix-commits, 2020/08/12
- 37/43: gnu: ghc-semigroupoids: Add "doc" output., guix-commits, 2020/08/12
- 39/43: gnu: ghc-distributive: Update to 0.6.2., guix-commits, 2020/08/12