guix-commits
[Top][All Lists]
Advanced

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

24/44: gnu: ghc-foundation: Add "doc" output.


From: guix-commits
Subject: 24/44: gnu: ghc-foundation: Add "doc" output.
Date: Thu, 13 Aug 2020 09:26:34 -0400 (EDT)

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

commit 0b0c793fb94eba440274b8379c498c651af6695d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:20:24 2020 +0200

    gnu: ghc-foundation: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-foundation)[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 c121bcb..3d77608 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4385,6 +4385,7 @@ and are often as efficient as hand-written folds.")
              (substitute* "tests/Test/Foundation/Number.hs"
                ((", testDividible proxy") ""))
              #t)))))
+    (outputs '("out" "static" "doc"))
     (inputs `(("ghc-basement" ,ghc-basement)))
     (home-page "https://github.com/haskell-foundation/foundation";)
     (synopsis "Alternative prelude with batteries and no dependencies")



reply via email to

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