gnu: ghc-basement: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-basement)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
e2b021dfcc
commit
05f7f8bed8
1 changed files with 1 additions and 0 deletions
|
@ -859,6 +859,7 @@ (define-public ghc-basement
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue