me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-basement)[outputs]: Add "doc" output next
to "out" and "static".
master
Ricardo Wurmus 2020-06-27 22:16:40 +02:00
parent e2b021dfcc
commit 05f7f8bed8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -859,6 +859,7 @@ than @code{base-compat}, which has no dependencies.")
(base32 (base32
"0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37")))) "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(home-page "https://github.com/haskell-foundation/foundation") (home-page "https://github.com/haskell-foundation/foundation")
(synopsis "Basic primitives for Foundation starter pack") (synopsis "Basic primitives for Foundation starter pack")
(description (description