guix-commits
[Top][All Lists]
Advanced

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

20/44: gnu: ghc-base-prelude: Add "doc" output.


From: guix-commits
Subject: 20/44: gnu: ghc-base-prelude: Add "doc" output.
Date: Mon, 29 Jun 2020 07:15:23 -0400 (EDT)

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

commit c1fa2e2a96e97f08b2a380d1a54074079e42fdb2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:18:05 2020 +0200

    gnu: ghc-base-prelude: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-base-prelude)[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 6f3d5ff..1d91378 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -905,6 +905,7 @@ available in later versions of base to a wider (older) 
range of compilers.")
         (base32
          "1zk728sd09hh2r4xwz4lazsrrgg5cshydn64932sm0vckplndk73"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (home-page "https://github.com/nikita-volkov/base-prelude";)
     (synopsis "The most complete prelude formed solely from the Haskell's base
 package")



reply via email to

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