diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:16:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:56 +0200 |
commit | 05f7f8bed83c15ee39d3493bf7c62a1f98587c61 (patch) | |
tree | 2091885a2f3f9851644079f5fc148940615ea4ad /gnu | |
parent | e2b021dfcc765fc05509a38e3b028559874fc32f (diff) | |
download | guix-05f7f8bed83c15ee39d3493bf7c62a1f98587c61.tar guix-05f7f8bed83c15ee39d3493bf7c62a1f98587c61.tar.gz |
gnu: ghc-basement: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-basement)[outputs]: Add "doc" output next
to "out" and "static".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index e94a9482eb..ac084ce8ae 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -859,6 +859,7 @@ than @code{base-compat}, which has no dependencies.") (base32 "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (home-page "https://github.com/haskell-foundation/foundation") (synopsis "Basic primitives for Foundation starter pack") (description |