3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/haskell-xyz.scm (ghc-free)[outputs]: Add "doc" output next to
"out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-27 22:20:48 +02:00
parent 6a7fb82827
commit 91769cee6c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4422,6 +4422,7 @@ Foundation has the following goals:
(base32
"0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-prelude-extras" ,ghc-prelude-extras)
("ghc-profunctors" ,ghc-profunctors)