[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/43: gnu: ghc-rebase: Add "doc" output.
From: |
guix-commits |
Subject: |
34/43: gnu: ghc-rebase: Add "doc" output. |
Date: |
Wed, 12 Aug 2020 14:17:11 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 2a49591cb4a5ab3445ea52943ec49d9d7613e5e8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:24:51 2020 +0200
gnu: ghc-rebase: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-rebase)[outputs]: Add "doc" output next
to
"out" and "static".
---
gnu/packages/haskell-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index db714c8..a737f1f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10034,6 +10034,7 @@ includes efficient implementations for common data
types.")
(base32
"0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-vector" ,ghc-vector)
("ghc-unordered-containers" ,ghc-unordered-containers)
- 07/43: haskell-build-system: register: Remove references to the doc output., (continued)
- 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, 2020/08/12
- 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 <=
- 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
- 42/43: gnu: ghc-pandoc: Build statically linked executable., guix-commits, 2020/08/12
- 43/43: gnu: ghc-pandoc-citeproc: Build statically linked executable., guix-commits, 2020/08/12
- 11/43: gnu: ghc-8.6: Remove unnecessary references., guix-commits, 2020/08/12