gnu: ghc-crypto-api-tests: Add "doc" output.
* gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
d65a302546
commit
64041c6c25
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ (define-public ghc-crypto-api-tests
|
|||
(base32
|
||||
"0w3j43jdrlj28jryp18hc6q84nkl2yf4vs1hhgrsk7gb9kfyqjpl"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs `(("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
||||
("ghc-crypto-api" ,ghc-crypto-api)
|
||||
("ghc-cereal" ,ghc-cereal)
|
||||
|
|
Loading…
Reference in a new issue