[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/44: gnu: ghc-foundation: Add "doc" output.
From: |
guix-commits |
Subject: |
24/44: gnu: ghc-foundation: Add "doc" output. |
Date: |
Thu, 13 Aug 2020 08:44:53 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit dd9db37ea6f47b3e5a7b9fa59ceb60f9bbcd8bf3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:20:24 2020 +0200
gnu: ghc-foundation: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-foundation)[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 85efcc7..61eff31 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4385,6 +4385,7 @@ and are often as efficient as hand-written folds.")
(substitute* "tests/Test/Foundation/Number.hs"
((", testDividible proxy") ""))
#t)))))
+ (outputs '("out" "static" "doc"))
(inputs `(("ghc-basement" ,ghc-basement)))
(home-page "https://github.com/haskell-foundation/foundation")
(synopsis "Alternative prelude with batteries and no dependencies")
- 05/44: build-system/haskell: Add default output "static"., (continued)
- 05/44: build-system/haskell: Add default output "static"., guix-commits, 2020/08/13
- 08/44: build-system/haskell: Add 'extra-directories' keyword., guix-commits, 2020/08/13
- 09/44: build-system/haskell: Do not pass "--bindir" during configure., guix-commits, 2020/08/13
- 11/44: gnu: ghc-8.6: Remove unnecessary references., guix-commits, 2020/08/13
- 12/44: gnu: ghc-hspec: Add "doc" output., guix-commits, 2020/08/13
- 13/44: gnu: ghc-crypto-api-tests: Add "doc" output., guix-commits, 2020/08/13
- 15/44: gnu: ghc-blaze-html: Add "doc" output., guix-commits, 2020/08/13
- 17/44: gnu: ghc-hxt: Add "doc" output., guix-commits, 2020/08/13
- 14/44: gnu: ghc-cryptonite: Add "doc" output., guix-commits, 2020/08/13
- 20/44: gnu: ghc-base-prelude: Add "doc" output., guix-commits, 2020/08/13
- 24/44: gnu: ghc-foundation: Add "doc" output.,
guix-commits <=
- 19/44: gnu: ghc-basement: Add "doc" output., guix-commits, 2020/08/13
- 21/44: gnu: ghc-cmdargs: Add "doc" output., guix-commits, 2020/08/13
- 22/44: gnu: ghc-conduit: Add "doc" output., guix-commits, 2020/08/13
- 23/44: gnu: ghc-foldl: Add "doc" output., guix-commits, 2020/08/13
- 16/44: gnu: ghc-aeson: Add "doc" output., guix-commits, 2020/08/13
- 18/44: gnu: ghc-base-compat: Add "doc" output., guix-commits, 2020/08/13
- 25/44: gnu: ghc-free: Add "doc" output., guix-commits, 2020/08/13
- 26/44: gnu: ghc-generic-deriving: Add "doc" output., guix-commits, 2020/08/13
- 27/44: gnu: ghc-generics-sop: Add "doc" output., guix-commits, 2020/08/13
- 29/44: gnu: ghc-juicypixels: Add "doc" output., guix-commits, 2020/08/13