rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit 778fe93ef8576b7755a675007141670101981dcd
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 27 22:22:50 2020 +0200
gnu: ghc-lens: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-lens)[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 49073b2..5b0f7a7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6694,6 +6694,7 @@ with @code{wc} (for a web service).")
(base32
"1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors)