guix-commits
[Top][All Lists]
Advanced

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

16/44: gnu: ghc-aeson: Add "doc" output.


From: guix-commits
Subject: 16/44: gnu: ghc-aeson: Add "doc" output.
Date: Fri, 17 Jul 2020 08:33:33 -0400 (EDT)

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

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

    gnu: ghc-aeson: Add "doc" output.
    
    * gnu/packages/haskell-web.scm (ghc-aeson)[outputs]: Add "doc" output next 
to
    "out" and "static".
---
 gnu/packages/haskell-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index f9af538..abbc17e 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -935,6 +935,7 @@ entity decoding bugfixes applied.")
          "1jhabz1lbbv6yqxqiybifi86cb5xlsadrn368n5dd0wzzc7ja4iz"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-attoparsec" ,ghc-attoparsec)
        ("ghc-base-compat" ,ghc-base-compat)



reply via email to

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