diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:25:32 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | af2f91ec41451b68710aa4c7cea4c12a783a11c9 (patch) | |
tree | 74568810de15502a0fc18e848bd8ae04b18e92d4 /gnu/packages/haskell-xyz.scm | |
parent | 54c8209e706daf8f8712ac40f1c696559e36e758 (diff) |
gnu: ghc-rerebase: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-rerebase)[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 9bda0ae814..a9f2ff9f55 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10469,6 +10469,7 @@ normal mtl transformers.") (base32 "1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (inputs `(("ghc-rebase" ,ghc-rebase))) (home-page "https://github.com/nikita-volkov/rerebase") |