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: Wed, 12 Aug 2020 14:17:12 -0400 (EDT)

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

commit 46a4b478e6cbec399a3d0aeb2e35b63beff908be
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 2ccc955..8af09db 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13558,6 +13558,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]