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

* gnu/packages/haskell-xyz.scm (ghc-generics-sop)[outputs]: Add "doc" output
next to "out" and "static".
This commit is contained in:
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

View file

@ -4569,6 +4569,7 @@ (define-public ghc-generics-sop
(base32
"160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-sop-core" ,ghc-sop-core)
("ghc-transformers-compat" ,ghc-transformers-compat)))