me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2020-06-26 15:23:24 +02:00
parent b48e8c45ea
commit d39512776f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -904,6 +904,7 @@ entity decoding bugfixes applied.")
(base32
"0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-blaze-markup" ,ghc-blaze-markup)))