diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:24:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | e396e93675cd7b4b843d0f66a4658bf927203eec (patch) | |
tree | 24b73b5cfddb79c23f0452431aa80638bc9948a0 /gnu/packages/haskell-xyz.scm | |
parent | 1ad496e57f4e79ad852cd0f0aebdf351b57fb401 (diff) |
gnu: ghc-rebase: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-rebase)[outputs]: Add "doc" output next to
"out" and "static".
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |