rekado pushed a commit to branch wip-haskell-updates
in repository guix.
commit ac8ee9f5bc4b8a33442329e3c36bda0baac2d10c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 27 22:26:15 2020 +0200
gnu: ghc-unliftio: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-unliftio)[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 e394c54..913a417 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13558,6 +13558,7 @@ for Unix time in Haskell.")
"02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-async" ,ghc-async)
("ghc-unliftio-core" ,ghc-unliftio-core)))