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