guix-commits
[Top][All Lists]
Advanced

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

27/44: gnu: ghc-generics-sop: Add "doc" output.


From: guix-commits
Subject: 27/44: gnu: ghc-generics-sop: 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 20bc7f79523f806ac921fe8d7bd460563198f056
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:21:30 2020 +0200

    gnu: ghc-generics-sop: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-generics-sop)[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 8b3ffe0..67ac442 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4573,6 +4573,7 @@ and @code{withBaseCase}) or implicitly 
(@code{genericArbitrary'}).")
         (base32
          "160knr2phnzh2gldfv954lz029jzc7y8kz5xpmbf4z3vb5ngm6fw"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-sop-core" ,ghc-sop-core)
        ("ghc-transformers-compat" ,ghc-transformers-compat)))



reply via email to

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