gnu: ghc-basement: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-basement)[outputs]: Add "doc" output next to "out" and "static".master
parent
e2b021dfcc
commit
05f7f8bed8
|
@ -859,6 +859,7 @@ than @code{base-compat}, which has no dependencies.")
|
||||||
(base32
|
(base32
|
||||||
"0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"))))
|
"0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(home-page "https://github.com/haskell-foundation/foundation")
|
(home-page "https://github.com/haskell-foundation/foundation")
|
||||||
(synopsis "Basic primitives for Foundation starter pack")
|
(synopsis "Basic primitives for Foundation starter pack")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue