mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (define-public ghc-mono-traversable
|
|||
(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…
Reference in a new issue