mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-free: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-free)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
6a7fb82827
commit
91769cee6c
1 changed files with 1 additions and 0 deletions
|
@ -4422,6 +4422,7 @@ (define-public ghc-free
|
|||
(base32
|
||||
"0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-prelude-extras" ,ghc-prelude-extras)
|
||||
("ghc-profunctors" ,ghc-profunctors)
|
||||
|
|
Loading…
Reference in a new issue