mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-semigroupoids: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-semigroupoids)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
af2f91ec41
commit
95eb946b43
1 changed files with 1 additions and 0 deletions
|
@ -11140,6 +11140,7 @@ class, forming lattice-like structure.")
|
|||
(base32
|
||||
"016hc4imr9l4szs3p7f1aahvxr5wv4clvr3qzrm3nibssg5vrs61"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||
("ghc-transformers-compat" ,ghc-transformers-compat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue