me
/
guix
Archived
1
0
Fork 0

gnu: ghc-lib-parser: Add "doc" output.

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

View File

@ -6842,6 +6842,7 @@ Music Player Daemon.")
(base32
"12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc")) ; documentation is 39M
(native-inputs
`(("ghc-alex" ,ghc-alex)
("ghc-happy" ,ghc-happy)))