gnu: ghc-hxt: Add "doc" output.
* gnu/packages/haskell-web.scm (ghc-hxt)[outputs]: Add "doc" output next to "out" and "static".master
parent
b2509e608a
commit
3a6f490c48
|
@ -1472,6 +1472,7 @@ derivations of regular expressions.")
|
|||
(base32
|
||||
"0836k65px3w9c5h1h2bmzq5a7mp6ajxwvfg3pfr2kbxwkgc0j63j"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-hxt-charproperties" ,ghc-hxt-charproperties)
|
||||
("ghc-hxt-unicode" ,ghc-hxt-unicode)
|
||||
|
|
Reference in New Issue