guix-commits
[Top][All Lists]
Advanced

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

15/44: gnu: ghc-blaze-html: Add "doc" output.


From: guix-commits
Subject: 15/44: gnu: ghc-blaze-html: Add "doc" output.
Date: Thu, 13 Aug 2020 08:44:50 -0400 (EDT)

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

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

    gnu: ghc-blaze-html: Add "doc" output.
    
    * gnu/packages/haskell-web.scm (ghc-blaze-html)[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 82da50f..f9af538 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -904,6 +904,7 @@ entity decoding bugfixes applied.")
         (base32
          "0k1r1hddjgqighazcazxrx6xfhvy2gm8il8l82ainv3cai13yl30"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)
        ("ghc-blaze-markup" ,ghc-blaze-markup)))



reply via email to

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