rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit 20bc7f79523f806ac921fe8d7bd460563198f056
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 27 22:21:30 2020 +0200
gnu: ghc-generics-sop: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-generics-sop)[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 8b3ffe0..67ac442 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4573,6 +4573,7 @@ and @code{withBaseCase}) or implicitly
(@code{genericArbitrary'}).")
(base32
"160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-sop-core" ,ghc-sop-core)
("ghc-transformers-compat" ,ghc-transformers-compat)))