mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue