gnu: ghc-haskell-src-exts: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts)[outputs]: Add "doc" output next to "out" and "static".master
parent
80e0a08598
commit
cad59e53da
|
@ -5403,6 +5403,7 @@ package are to parse or generate Haskell 98 code.")
|
||||||
(base32
|
(base32
|
||||||
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
|
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cpphs" ,cpphs)
|
`(("cpphs" ,cpphs)
|
||||||
("ghc-happy" ,ghc-happy)
|
("ghc-happy" ,ghc-happy)
|
||||||
|
|
Reference in New Issue