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:
Ricardo Wurmus 2020-06-27 22:16:40 +02:00
parent e2b021dfcc
commit 05f7f8bed8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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