[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/44: gnu: ghc-hspec: Add "doc" output.
From: |
guix-commits |
Subject: |
12/44: gnu: ghc-hspec: Add "doc" output. |
Date: |
Fri, 17 Jul 2020 08:33:32 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7d6d99340fb239e75ffbcdf9209d998117500a1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 26 15:20:07 2020 +0200
gnu: ghc-hspec: Add "doc" output.
* gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next
to "out" and "static".
---
gnu/packages/haskell-check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index e50c7d7..7f7bc22 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -766,6 +766,7 @@ used to test the in-development version of Hspec.")
(base32
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)
("hspec-discover" ,hspec-discover)
- 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 <=
- 14/44: gnu: ghc-cryptonite: Add "doc" output., guix-commits, 2020/07/17
- 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