3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/haskell-xyz.scm (ghc-rerebase)[outputs]: Add "doc" output next
to "out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-27 22:25:32 +02:00
parent 54c8209e70
commit af2f91ec41
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10469,6 +10469,7 @@ normal mtl transformers.")
(base32
"1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-rebase" ,ghc-rebase)))
(home-page "https://github.com/nikita-volkov/rerebase")