me
/
guix
Archived
1
0
Fork 0

gnu: ghc-generics-sop: Add "doc" output.

* gnu/packages/haskell-xyz.scm (ghc-generics-sop)[outputs]: Add "doc" output
next to "out" and "static".
master
Ricardo Wurmus 2020-06-27 22:21:30 +02:00
parent 32bb6b4106
commit 80e0a08598
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -4569,6 +4569,7 @@ and @code{withBaseCase}) or implicitly (@code{genericArbitrary'}).")
(base32
"160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-sop-core" ,ghc-sop-core)
("ghc-transformers-compat" ,ghc-transformers-compat)))