me
/
guix
Archived
1
0
Fork 0

gnu: ghc-cmdargs: Add "doc" output.

* gnu/packages/haskell-xyz.scm (ghc-cmdargs)[outputs]: Add "doc" output next
to "out" and "static".
master
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
1 changed files with 1 additions and 0 deletions

View File

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