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: Mon, 29 Jun 2020 07:15:20 -0400 (EDT)

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

commit 6d52ccb486c8fc549b1b9c15aac19cef0ee48ef0
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 f768813..da81224 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]