gnu: ghc-hxt: Add "doc" output.

* gnu/packages/haskell-web.scm (ghc-hxt)[outputs]: Add "doc" output next to
"out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-26 15:25:07 +02:00
parent b2509e608a
commit 3a6f490c48
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1472,6 +1472,7 @@ (define-public ghc-hxt
(base32
"0836k65px3w9c5h1h2bmzq5a7mp6ajxwvfg3pfr2kbxwkgc0j63j"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-hxt-charproperties" ,ghc-hxt-charproperties)
("ghc-hxt-unicode" ,ghc-hxt-unicode)