mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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 @@ (define-public ghc-cmdargs
|
|||
(base32
|
||||
"0cbkmgrcnwgigg6z88y3c09gm7g6dwm7gzbgr53h8k1xik29s9hf"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(home-page
|
||||
"http://community.haskell.org/~ndm/cmdargs/")
|
||||
(synopsis "Command line argument processing")
|
||||
|
|
Loading…
Reference in a new issue