diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:22:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | b35361e9282260832d6b61622e8cbd5181227ac9 (patch) | |
tree | 339443e24c3a657d33157f1721f597f9a80dfe72 /gnu/packages/haskell-xyz.scm | |
parent | a023e7d0c5a4f75b2e9d3bda29ecf568d6f20b91 (diff) | |
download | guix-b35361e9282260832d6b61622e8cbd5181227ac9.tar.gz |
gnu: ghc-lens: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-lens)[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 7d38e08189..06fda3af14 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -6693,6 +6693,7 @@ with @code{wc} (for a web service).") (base32 "1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (inputs `(("ghc-base-orphans" ,ghc-base-orphans) ("ghc-bifunctors" ,ghc-bifunctors) |