From af2f91ec41451b68710aa4c7cea4c12a783a11c9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 27 Jun 2020 22:25:32 +0200 Subject: [PATCH] gnu: ghc-rerebase: Add "doc" output. * gnu/packages/haskell-xyz.scm (ghc-rerebase)[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 9bda0ae814..a9f2ff9f55 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10469,6 +10469,7 @@ (define-public ghc-rerebase (base32 "1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (inputs `(("ghc-rebase" ,ghc-rebase))) (home-page "https://github.com/nikita-volkov/rerebase")