summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-27 22:20:48 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-13 16:44:57 +0200
commit91769cee6c19aa406e1a16bb9ccbdb491e437a79 (patch)
treec5d7c6ea51431d94c369f9c43a50185a616780c4 /gnu/packages/haskell-xyz.scm
parent6a7fb828279daed8d515b0076d035f80618429c4 (diff)
downloadguix-patches-91769cee6c19aa406e1a16bb9ccbdb491e437a79.tar
guix-patches-91769cee6c19aa406e1a16bb9ccbdb491e437a79.tar.gz
gnu: ghc-free: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-free)[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 3d77608ff0..8d3aed3a42 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4422,6 +4422,7 @@ Foundation has the following goals:
(base32
"0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-prelude-extras" ,ghc-prelude-extras)
("ghc-profunctors" ,ghc-profunctors)