me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-web.scm (ghc-hxt)[outputs]: Add "doc" output next to
"out" and "static".
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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)