mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: ghc-profunctors: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-profunctors)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
3e6ecfebfd
commit
1ad496e57f
1 changed files with 1 additions and 0 deletions
|
@ -9755,6 +9755,7 @@ (define-public ghc-profunctors
|
||||||
(base32
|
(base32
|
||||||
"1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
|
"1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||||
("ghc-bifunctors" ,ghc-bifunctors)
|
("ghc-bifunctors" ,ghc-bifunctors)
|
||||||
|
|
Loading…
Reference in a new issue