guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 20/43: gnu: ghc-base-prelude: Add "doc" output.
Date: Sat, 8 Aug 2020 22:41:10 -0400 (EDT)

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

commit 21224c4170585a896f8594691f02a899fe3f68bb
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 ad21563..c2a28b4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -907,6 +907,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]