gnu: ghc-generic-deriving: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-generic-deriving)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
91769cee6c
commit
32bb6b4106
1 changed files with 1 additions and 0 deletions
|
@ -4489,6 +4489,7 @@ specific Windows, Mac, and Linux file system event notification.")
|
||||||
(base32
|
(base32
|
||||||
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
|
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue