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: Thu, 13 Aug 2020 10:46:37 -0400 (EDT)

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

commit 80e0a085982b53041d999fd835f9d23a3fc0183e
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 4288574..7606ea7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4569,6 +4569,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]