From e396e93675cd7b4b843d0f66a4658bf927203eec Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 27 Jun 2020 22:24:51 +0200 Subject: gnu: ghc-rebase: Add "doc" output. * gnu/packages/haskell-xyz.scm (ghc-rebase)[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 f630911f6d..d2cde136e7 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10034,6 +10034,7 @@ includes efficient implementations for common data types.") (base32 "0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (inputs `(("ghc-hashable" ,ghc-hashable) ("ghc-vector" ,ghc-vector) ("ghc-unordered-containers" ,ghc-unordered-containers) -- cgit v1.2.3