guix-commits
[Top][All Lists]
Advanced

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

36/43: gnu: ghc-rerebase: Add "doc" output.


From: guix-commits
Subject: 36/43: gnu: ghc-rerebase: Add "doc" output.
Date: Sat, 8 Aug 2020 22:41:16 -0400 (EDT)

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

commit e57436db90dd3c1dcc4b75c16dc75548b46f5585
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:25:32 2020 +0200

    gnu: ghc-rerebase: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-rerebase)[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 64d8317..89ba143 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10475,6 +10475,7 @@ normal mtl transformers.")
         (base32
          "1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-rebase" ,ghc-rebase)))
     (home-page "https://github.com/nikita-volkov/rerebase";)



reply via email to

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