me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -9755,6 +9755,7 @@ API.")
(base32
"1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors)