mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ entity decoding bugfixes applied.")
|
||||||
(base32
|
(base32
|
||||||
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
|
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-blaze-builder" ,ghc-blaze-builder)
|
`(("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||||
("ghc-blaze-markup" ,ghc-blaze-markup)))
|
("ghc-blaze-markup" ,ghc-blaze-markup)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue