mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: ghc-foldl: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-foldl)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
20e5edb10d
commit
b3c79a8398
1 changed files with 1 additions and 0 deletions
|
@ -4342,6 +4342,7 @@ (define-public ghc-foldl
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue