gnu: ghc-unliftio: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-unliftio)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
95eb946b43
commit
2b3466de99
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user