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".
This commit is contained in:
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

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)))