gnu: ghc-unliftio: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-unliftio)[outputs]: Add "doc" output next to "out" and "static".master
parent
95eb946b43
commit
2b3466de99
|
@ -13558,6 +13558,7 @@ for Unix time in Haskell.")
|
||||||
"02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
|
"02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
|
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-async" ,ghc-async)
|
`(("ghc-async" ,ghc-async)
|
||||||
("ghc-unliftio-core" ,ghc-unliftio-core)))
|
("ghc-unliftio-core" ,ghc-unliftio-core)))
|
||||||
|
|
Reference in New Issue