mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue