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:
Ricardo Wurmus 2020-06-27 22:19:00 +02:00
parent 3d7ee2f8e3
commit 3e54544381
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")