guix-commits
[Top][All Lists]
Advanced

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

28/43: gnu: ghc-haskell-src-exts: Add "doc" output.


From: guix-commits
Subject: 28/43: gnu: ghc-haskell-src-exts: Add "doc" output.
Date: Sat, 8 Aug 2020 22:41:13 -0400 (EDT)

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

commit 8f9199f001c0ad19b936b6d8f0077a0f1863a4dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:21:52 2020 +0200

    gnu: ghc-haskell-src-exts: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts)[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 912c047..532b154 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5409,6 +5409,7 @@ package are to parse or generate Haskell 98 code.")
         (base32
          "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
     (build-system haskell-build-system)
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("cpphs" ,cpphs)
        ("ghc-happy" ,ghc-happy)



reply via email to

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