guix-commits
[Top][All Lists]
Advanced

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

19/43: gnu: ghc-basement: Add "doc" output.


From: guix-commits
Subject: 19/43: gnu: ghc-basement: Add "doc" output.
Date: Wed, 12 Aug 2020 14:17:06 -0400 (EDT)

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

commit 687d48ac9e632ad9ff9d9c30107355e8e1c34d6d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:16:40 2020 +0200

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 2d333b1..c685527 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -859,6 +859,7 @@ than @code{base-compat}, which has no dependencies.")
         (base32
          "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (home-page "https://github.com/haskell-foundation/foundation";)
     (synopsis "Basic primitives for Foundation starter pack")
     (description



reply via email to

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