mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
05f7f8bed8
commit
3d7ee2f8e3
1 changed files with 1 additions and 0 deletions
|
@ -906,6 +906,7 @@ available in later versions of base to a wider (older) range of compilers.")
|
||||||
(base32
|
(base32
|
||||||
"1zk728sd09hh2r4xwz4lazsrrgg5cshydn64932sm0vckplndk73"))))
|
"1zk728sd09hh2r4xwz4lazsrrgg5cshydn64932sm0vckplndk73"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(home-page "https://github.com/nikita-volkov/base-prelude")
|
(home-page "https://github.com/nikita-volkov/base-prelude")
|
||||||
(synopsis "The most complete prelude formed solely from the Haskell's base
|
(synopsis "The most complete prelude formed solely from the Haskell's base
|
||||||
package")
|
package")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue