guix-commits
[Top][All Lists]
Advanced

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

18/43: gnu: ghc-base-compat: Add "doc" output.


From: guix-commits
Subject: 18/43: gnu: ghc-base-compat: Add "doc" output.
Date: Wed, 12 Aug 2020 14:17:05 -0400 (EDT)

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

commit 2621dce3aabbaafc98df6e45e254696d71720249
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:15:46 2020 +0200

    gnu: ghc-base-compat: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-base-compat)[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 b19be0d..2d333b1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -801,6 +801,7 @@ Haskell @code{ByteString}s.")
         (base32
          "0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-hspec" ,ghc-hspec)



reply via email to

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