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
parent
b35361e928
commit
7e62ebb3ae
|
@ -6842,6 +6842,7 @@ Music Player Daemon.")
|
||||||
(base32
|
(base32
|
||||||
"12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10"))))
|
"12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc")) ; documentation is 39M
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-alex" ,ghc-alex)
|
`(("ghc-alex" ,ghc-alex)
|
||||||
("ghc-happy" ,ghc-happy)))
|
("ghc-happy" ,ghc-happy)))
|
||||||
|
|
Reference in New Issue