mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -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
|
||||
"1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||
("ghc-bifunctors" ,ghc-bifunctors)
|
||||
|
|
Loading…
Reference in a new issue