me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -11140,6 +11140,7 @@ class, forming lattice-like structure.")
(base32
"016hc4imr9l4szs3p7f1aahvxr5wv4clvr3qzrm3nibssg5vrs61"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-transformers-compat" ,ghc-transformers-compat)