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
|
||||
"12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc")) ; documentation is 39M
|
||||
(native-inputs
|
||||
`(("ghc-alex" ,ghc-alex)
|
||||
("ghc-happy" ,ghc-happy)))
|
||||
|
|
Reference in New Issue