me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -13558,6 +13558,7 @@ for Unix time in Haskell.")
"02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-async" ,ghc-async)
("ghc-unliftio-core" ,ghc-unliftio-core)))