rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit b1c50be455f4b5992e5128b5e5dc70dcef1873b0
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 27 22:21:52 2020 +0200
gnu: ghc-haskell-src-exts: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts)[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 4f913ed..c90c7ae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5407,6 +5407,7 @@ package are to parse or generate Haskell 98 code.")
(base32
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("cpphs" ,cpphs)
("ghc-happy" ,ghc-happy)