From 6a7fb828279daed8d515b0076d035f80618429c4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 27 Jun 2020 22:20:24 +0200 Subject: 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(+) (limited to 'gnu/packages/haskell-xyz.scm') diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c121bcbda5..3d77608ff0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -4385,6 +4385,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") -- cgit v1.2.3