gnu: ghc-cmdargs: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-cmdargs)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
3d7ee2f8e3
commit
3e54544381
1 changed files with 1 additions and 0 deletions
|
@ -2066,6 +2066,7 @@ of the C library.")
|
||||||
(base32
|
(base32
|
||||||
"0cbkmgrcnwgigg6z88y3c09gm7g6dwm7gzbgr53h8k1xik29s9hf"))))
|
"0cbkmgrcnwgigg6z88y3c09gm7g6dwm7gzbgr53h8k1xik29s9hf"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(home-page
|
(home-page
|
||||||
"http://community.haskell.org/~ndm/cmdargs/")
|
"http://community.haskell.org/~ndm/cmdargs/")
|
||||||
(synopsis "Command line argument processing")
|
(synopsis "Command line argument processing")
|
||||||
|
|
Reference in a new issue