rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit f40f5a9f86db8e5fce8426834cede54649a4cbbf
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jun 26 15:23:24 2020 +0200
gnu: ghc-blaze-html: Add "doc" output.
* gnu/packages/haskell-web.scm (ghc-blaze-html)[outputs]: Add "doc" output
next to "out" and "static".
---
gnu/packages/haskell-web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 9f364c8..b27fd13 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -904,6 +904,7 @@ entity decoding bugfixes applied.")
(base32
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-blaze-markup" ,ghc-blaze-markup)))