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

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

View file

@ -10034,6 +10034,7 @@ (define-public ghc-rebase
(base32
"0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-vector" ,ghc-vector)
("ghc-unordered-containers" ,ghc-unordered-containers)