From cad59e53daf7789e232bed4ba734de304e923484 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 27 Jun 2020 22:21:52 +0200 Subject: [PATCH] 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 7606ea7501..cf1630142a 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -5403,6 +5403,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)