gnu: ghc-mono-traversable: Add "doc" output.

* gnu/packages/haskell-xyz.scm (ghc-mono-traversable)[outputs]: Add "doc"
output next to "out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-27 22:24:10 +02:00
parent 7e62ebb3ae
commit 3e6ecfebfd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7924,6 +7924,7 @@ (define-public ghc-mono-traversable
(base32
"1bqy982lpdb83lacfy76n8kqw5bvd31avxj25kg8gkgycdh0g0ma"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-hashable" ,ghc-hashable)
("ghc-vector" ,ghc-vector)