[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/43: gnu: ghc-basement: Add "doc" output.
From: |
guix-commits |
Subject: |
19/43: gnu: ghc-basement: Add "doc" output. |
Date: |
Sat, 8 Aug 2020 22:41:10 -0400 (EDT) |
samplet pushed a commit to branch wip-haskell-updates-2
in repository guix.
commit 7cb8c7e77a329932130b6989122f78588b2c4735
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:16:40 2020 +0200
gnu: ghc-basement: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-basement)[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 94ff567..ad21563 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -860,6 +860,7 @@ than @code{base-compat}, which has no dependencies.")
(base32
"0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(home-page "https://github.com/haskell-foundation/foundation")
(synopsis "Basic primitives for Foundation starter pack")
(description
- 05/43: build-system/haskell: Add default output "static"., (continued)
- 05/43: build-system/haskell: Add default output "static"., guix-commits, 2020/08/08
- 07/43: haskell-build-system: register: Remove references to the doc output., guix-commits, 2020/08/08
- 08/43: build-system/haskell: Add 'extra-directories' keyword., guix-commits, 2020/08/08
- 09/43: build-system/haskell: Do not pass "--bindir" during configure., guix-commits, 2020/08/08
- 10/43: gnu: Add "static" output to Haskell packages with custom outputs., guix-commits, 2020/08/08
- 11/43: gnu: ghc-8.6: Remove unnecessary references., guix-commits, 2020/08/08
- 12/43: gnu: ghc-hspec: Add "doc" output., guix-commits, 2020/08/08
- 14/43: gnu: ghc-cryptonite: Add "doc" output., guix-commits, 2020/08/08
- 15/43: gnu: ghc-blaze-html: Add "doc" output., guix-commits, 2020/08/08
- 16/43: gnu: ghc-aeson: Add "doc" output., guix-commits, 2020/08/08
- 19/43: gnu: ghc-basement: Add "doc" output.,
guix-commits <=
- 18/43: gnu: ghc-base-compat: Add "doc" output., guix-commits, 2020/08/08
- 13/43: gnu: ghc-crypto-api-tests: Add "doc" output., guix-commits, 2020/08/08
- 17/43: gnu: ghc-hxt: Add "doc" output., guix-commits, 2020/08/08
- 20/43: gnu: ghc-base-prelude: Add "doc" output., guix-commits, 2020/08/08
- 21/43: gnu: ghc-cmdargs: Add "doc" output., guix-commits, 2020/08/08
- 25/43: gnu: ghc-free: Add "doc" output., guix-commits, 2020/08/08
- 23/43: gnu: ghc-foldl: Add "doc" output., guix-commits, 2020/08/08
- 24/43: gnu: ghc-foundation: Add "doc" output., guix-commits, 2020/08/08
- 27/43: gnu: ghc-generics-sop: Add "doc" output., guix-commits, 2020/08/08
- 22/43: gnu: ghc-conduit: Add "doc" output., guix-commits, 2020/08/08