guix-commits
[Top][All Lists]
Advanced

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

26/43: gnu: ghc-generic-deriving: Add "doc" output.


From: guix-commits
Subject: 26/43: gnu: ghc-generic-deriving: Add "doc" output.
Date: Wed, 12 Aug 2020 14:17:08 -0400 (EDT)

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

commit bcad6bd9b666f60a2b821471fecdb25d76c08936
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:21:06 2020 +0200

    gnu: ghc-generic-deriving: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-generic-deriving)[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 d26d2b9..1c88f79 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4489,6 +4489,7 @@ specific Windows, Mac, and Linux file system event 
notification.")
         (base32
          "0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-th-abstraction" ,ghc-th-abstraction)))
     (native-inputs



reply via email to

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