summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-27 22:20:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-13 16:44:57 +0200
commit6a7fb828279daed8d515b0076d035f80618429c4 (patch)
tree19253ee265faeae43906d4a4913077ba62149f81 /gnu/packages/haskell-xyz.scm
parentb3c79a83981942a65b4e5a8c1d5d17f6ff8860cf (diff)
downloadguix-patches-6a7fb828279daed8d515b0076d035f80618429c4.tar
guix-patches-6a7fb828279daed8d515b0076d035f80618429c4.tar.gz
gnu: ghc-foundation: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-foundation)[outputs]: Add "doc" output next to "out" and "static".
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm1
1 files changed, 1 insertions, 0 deletions
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")