guix-commits
[Top][All Lists]
Advanced

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

38/43: gnu: ghc-unliftio: Add "doc" output.


From: guix-commits
Subject: 38/43: gnu: ghc-unliftio: Add "doc" output.
Date: Sat, 8 Aug 2020 22:41:16 -0400 (EDT)

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

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

    gnu: ghc-unliftio: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-unliftio)[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 d730ea6..f2b3bcc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13564,6 +13564,7 @@ for Unix time in Haskell.")
          "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-async" ,ghc-async)
        ("ghc-unliftio-core" ,ghc-unliftio-core)))



reply via email to

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