summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-crypto.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-26 15:22:23 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-13 16:44:56 +0200
commit64041c6c2586852f6319bf695e5623e963737b71 (patch)
tree1989c021c746f4ca68cb15c0cbc0419b28ac5dfc /gnu/packages/haskell-crypto.scm
parentd65a30254619ff271f8fae0ba35d48c290742c3a (diff)
downloadguix-patches-64041c6c2586852f6319bf695e5623e963737b71.tar
guix-patches-64041c6c2586852f6319bf695e5623e963737b71.tar.gz
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".
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r--gnu/packages/haskell-crypto.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 3c863f6cfa..95f708870b 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -150,6 +150,7 @@ algorithm (ex: padding) is within scope of this package.")
(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)