me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-rebase)[outputs]: Add "doc" output next to
"out" and "static".
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -10034,6 +10034,7 @@ includes efficient implementations for common data types.")
(base32 (base32
"0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a")))) "0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs `(("ghc-hashable" ,ghc-hashable) (inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-vector" ,ghc-vector) ("ghc-vector" ,ghc-vector)
("ghc-unordered-containers" ,ghc-unordered-containers) ("ghc-unordered-containers" ,ghc-unordered-containers)