gnu: ghc-blaze-html: Add "doc" output.
* gnu/packages/haskell-web.scm (ghc-blaze-html)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
b48e8c45ea
commit
d39512776f
1 changed files with 1 additions and 0 deletions
|
@ -904,6 +904,7 @@ (define-public ghc-blaze-html
|
|||
(base32
|
||||
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||
("ghc-blaze-markup" ,ghc-blaze-markup)))
|
||||
|
|
Loading…
Reference in a new issue