summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-27 22:24:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-13 16:44:57 +0200
commit3e6ecfebfdc9689020134175a67d5eb5fccf0212 (patch)
treebb31676244acc028997dbf99177252ad53ef9ea9 /gnu/packages/haskell-xyz.scm
parent7e62ebb3aefe37f74ce1ced73f61d0b5b5730f65 (diff)
downloadguix-patches-3e6ecfebfdc9689020134175a67d5eb5fccf0212.tar
guix-patches-3e6ecfebfdc9689020134175a67d5eb5fccf0212.tar.gz
gnu: ghc-mono-traversable: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable)[outputs]: Add "doc" output next to "out" and "static".
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 13f9bf6204..e6c4291f81 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7924,6 +7924,7 @@ the @code{mtl-tf} package.")
(base32
"1bqy982lpdb83lacfy76n8kqw5bvd31avxj25kg8gkgycdh0g0ma"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-hashable" ,ghc-hashable)
("ghc-vector" ,ghc-vector)