me
/
guix
Archived
1
0
Fork 0

gnu: ghc-generic-deriving: Add "doc" output.

* gnu/packages/haskell-xyz.scm (ghc-generic-deriving)[outputs]: Add "doc"
output next to "out" and "static".
master
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
1 changed files with 1 additions and 0 deletions

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