gnu: ghc-blaze-html: Add "doc" output.
* gnu/packages/haskell-web.scm (ghc-blaze-html)[outputs]: Add "doc" output next to "out" and "static".master
parent
b48e8c45ea
commit
d39512776f
|
@ -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)))
|
||||||
|
|
Reference in New Issue