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: Sat, 8 Aug 2020 22:41:09 -0400 (EDT)

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

commit 7639bc4e0bc8a061960956690cd43e5b00c1687c
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 db6801e..94ff567 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -802,6 +802,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]