Skip to content

Commit

Permalink
Add haddock instructions for experimental APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Nov 14, 2019
1 parent 79a0c1e commit a4c2ae4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,13 @@ For more information, see:
* [Streaming benchmarks](https://github.com/composewell/streaming-benchmarks)
* [Concurrency benchmarks](https://github.com/composewell/concurrency-benchmarks)

For additional unreleased/experimental APIs, build the haddock docs using:

```
$ cabal haddock --haddock-option="--show-all"
$ stack haddock --haddock-arguments "--show-all" --no-haddock-deps
```

## Support

Please feel free to ask questions on the
Expand Down
6 changes: 6 additions & 0 deletions streamly.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ description:
cases.
* <https://github.com/composewell/streaming-benchmarks Streaming Benchmarks>
* <https://github.com/composewell/concurrency-benchmarks Concurrency Benchmarks>
.
For additional unreleased/experimental APIs, build the haddock docs using:
.
> $ cabal haddock --haddock-option="--show-all"
> $ stack haddock --haddock-arguments "--show-all" --no-haddock-deps


homepage: https://github.com/composewell/streamly
bug-reports: https://github.com/composewell/streamly/issues
Expand Down

0 comments on commit a4c2ae4

Please sign in to comment.