rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1b0d6b76a52f7e73314fdcbc076adfd15810e13c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 27 22:19:00 2020 +0200
gnu: ghc-cmdargs: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-cmdargs)[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 1d91378..de322d0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2070,6 +2070,7 @@ of the C library.")
(base32
"0cbkmgrcnwgigg6z88y3c09gm7g6dwm7gzbgr53h8k1xik29s9hf"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(home-page
"http://community.haskell.org/~ndm/cmdargs/")
(synopsis "Command line argument processing")