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:
parent
b2509e608a
commit
3a6f490c48
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue