guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/44: gnu: ghc-crypto-api-tests: Add "doc" output.


From: guix-commits
Subject: 13/44: gnu: ghc-crypto-api-tests: Add "doc" output.
Date: Thu, 13 Aug 2020 08:44:48 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit a58b6a8bea9fd1253dc31771a9f1e4b9ccf60b0c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 26 15:22:23 2020 +0200

    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".
---
 gnu/packages/haskell-crypto.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 3c863f6..95f7088 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]