mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-mono-traversable: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
7e62ebb3ae
commit
3e6ecfebfd
1 changed files with 1 additions and 0 deletions
|
@ -7924,6 +7924,7 @@ the @code{mtl-tf} package.")
|
|||
(base32
|
||||
"1bqy982lpdb83lacfy76n8kqw5bvd31avxj25kg8gkgycdh0g0ma"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||
("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-vector" ,ghc-vector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue