me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-foldl)[outputs]: Add "doc" output next to
"out" and "static".
master
Ricardo Wurmus 2020-06-27 22:19:59 +02:00
parent 20e5edb10d
commit b3c79a8398
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -4342,6 +4342,7 @@ completely unverified though.")
(base32
"19qjmzc7gaxfwgqbgy0kq4vhbxvh3qjnwsxnc7pzwws2if5bv80b"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
("ghc-primitive" ,ghc-primitive)
("ghc-vector" ,ghc-vector)