3
5
Fork 0
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:
Ricardo Wurmus 2020-06-27 22:21:06 +02:00
parent 91769cee6c
commit 32bb6b4106
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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