guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 26/44: gnu: ghc-generic-deriving: Add "doc" output.
Date: Mon, 29 Jun 2020 07:15:25 -0400 (EDT)

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

commit a21ff7eae2332e2f61c86e71f8ec0f78cfeacf82
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 2d50605..8b3ffe0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4493,6 +4493,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]