mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-rebase: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-rebase)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
1ad496e57f
commit
e396e93675
1 changed files with 1 additions and 0 deletions
|
@ -10034,6 +10034,7 @@ includes efficient implementations for common data types.")
|
|||
(base32
|
||||
"0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs `(("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-vector" ,ghc-vector)
|
||||
("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue