diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:20:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | 6a7fb828279daed8d515b0076d035f80618429c4 (patch) | |
tree | 19253ee265faeae43906d4a4913077ba62149f81 /gnu/packages | |
parent | b3c79a83981942a65b4e5a8c1d5d17f6ff8860cf (diff) | |
download | guix-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')
-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 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") |