Skip to content
Snippets Groups Projects
Commit 2fdb838c authored by Alex Biehl's avatar Alex Biehl
Browse files

--enable-documentation for non-inplace packages

Adds the ability to generate haddock documentation for non-inplace
package builds.

In other words this allows

  - `$ cabal new-build --enable-documentation`
  - `$ echo "documentation: true" >> cabal.project && cabal new-build`
  - `echo "documentation: true" >> ~/.cabal/config && cabal new-build`

And it will generate (and install) haddock documentation for any
package.
parent abaf365d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment