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

commit 9a3c4f10e830276a3f379e9bbb8d38a72b5a4fb3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 27 22:20:24 2020 +0200

    gnu: ghc-foundation: Add "doc" output.
    
    * gnu/packages/haskell-xyz.scm (ghc-foundation)[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 dc9e0c7..7498b93 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4389,6 +4389,7 @@ and are often as efficient as hand-written folds.")
              (substitute* "tests/Test/Foundation/Number.hs"
                ((", testDividible proxy") ""))
              #t)))))
+    (outputs '("out" "static" "doc"))
     (inputs `(("ghc-basement" ,ghc-basement)))
     (home-page "https://github.com/haskell-foundation/foundation";)
     (synopsis "Alternative prelude with batteries and no dependencies")

Reply via email to