guix-commits
[Top][All Lists]
Advanced

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

12/44: gnu: ghc-hspec: Add "doc" output.


From: guix-commits
Subject: 12/44: gnu: ghc-hspec: Add "doc" output.
Date: Thu, 13 Aug 2020 08:44:47 -0400 (EDT)

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

commit 1c54bea76489cc703a9b852cf9fa91d1fce58655
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 26 15:20:07 2020 +0200

    gnu: ghc-hspec: Add "doc" output.
    
    * gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next
    to "out" and "static".
---
 gnu/packages/haskell-check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index e50c7d7..7f7bc22 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -766,6 +766,7 @@ used to test the in-development version of Hspec.")
         (base32
          "1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-hspec-core" ,ghc-hspec-core)
        ("hspec-discover" ,hspec-discover)



reply via email to

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