me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -6693,6 +6693,7 @@ with @code{wc} (for a web service).")
(base32
"1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors)