gnu: ghc-base-prelude: Add "doc" output.

* gnu/packages/haskell-xyz.scm (ghc-base-prelude)[outputs]: Add "doc" output
next to "out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-27 22:18:05 +02:00
parent 05f7f8bed8
commit 3d7ee2f8e3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -906,6 +906,7 @@ (define-public ghc-base-prelude
(base32
"1zk728sd09hh2r4xwz4lazsrrgg5cshydn64932sm0vckplndk73"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(home-page "https://github.com/nikita-volkov/base-prelude")
(synopsis "The most complete prelude formed solely from the Haskell's base
package")