Commit Graph

112 Commits

Author SHA1 Message Date
Harendra Kumar
ad254d8513 Update docs, add notes about mono repo 2022-10-12 22:33:58 +05:30
Adithya Kumar
e061109f76 Add Streamly.Data.Stream.Concurrent 2022-10-07 11:39:00 +05:30
Adithya Kumar
6e021ceb18 Change the signature of replicateM 2022-10-06 15:17:46 +05:30
Adithya Kumar
cee4d0fe98 Update the changelog and modify the release checklist 2022-10-04 14:37:18 +05:30
Adithya Kumar
09ed99de1f Remove support for GHC 8.4.* 2022-09-28 17:50:58 +05:30
Adithya Kumar
4e4c194f74 Update the maintainers guide to check for ghcjs before releasing 2022-09-28 15:09:06 +05:30
Adithya Kumar
14e0fdeaba Package API-changelog.txt in streamly-docs 2022-09-27 16:12:59 +05:30
Adithya Kumar
9e328e9182 Sync the package version of streamly and streamly-docs 2022-09-27 16:12:59 +05:30
Adithya Kumar
f4de841441 Update the Changelog w.r.t array changes 2022-09-01 17:50:55 +05:30
Harendra Kumar
68dccf50a7 Bump dependency upper bounds for GHC 9.4
Bump base upper bound
Bump lockfree-queue upper bound
2022-08-28 01:37:46 +05:30
Ranjeet Ranjan
7dde623b7d
Move Streamly.Data.Unfold module to streamly-core package (#1771)
* Move Streamly.Data.Unfold to streamly-core package

* Remove readStream, just use the monomorphic fromStream

Co-authored-by: Harendra Kumar <harendra@composewell.com>
2022-08-20 10:59:13 +05:30
Adithya Kumar
3ae32c55d9 Remove cabal.project in bench-runner and update the benchmark guide 2022-08-10 16:34:55 +05:30
Adithya Kumar
614c226eac Rename IORef.Prim to IORef.Unboxed 2022-08-01 10:38:33 +05:30
Adithya Kumar
24f3447437 Update the CHANGELOG with the Storable -> Prim migration 2022-06-23 16:09:57 +05:30
Adithya Kumar
0d2ce6ca76 Deprecate variance and stdDev in folds 2022-06-11 19:18:01 +05:30
Adithya Kumar
3773fca776 Update the benchmarks guide and fix the default.nix of bench-runner 2022-06-11 15:43:14 +05:30
Adithya Kumar
58ae0ca05c Add some post release tasks in the maintainers guide 2022-05-25 15:10:16 +05:30
Adithya Kumar
a12f957454 Link the github and streamly-examples in the docs
- Add a github link in the user and developer docs
- Link streamly-examples under Tutorials and HowTo
2022-05-24 22:54:34 +05:30
Adithya Kumar
6170d8dfba Move the resources doc to the top user doc level 2022-04-11 01:16:09 +05:30
Adithya Kumar
4450a47f0a Move performance into Explanatory 2022-04-11 01:16:09 +05:30
Adithya Kumar
cea637f697 Rename Explanation to Explanatory 2022-04-11 01:16:09 +05:30
Adithya Kumar
f9ae7a50bf Add a section about checking for broken symlinks in MAINTAINING 2022-04-11 01:16:09 +05:30
Adithya Kumar
cadd57ca19 Move user documentation under the User node 2022-04-11 01:16:09 +05:30
Adithya Kumar
72a0199c67 Move the README of benchmarks and tests into the developer docs 2022-04-11 01:16:09 +05:30
Adithya Kumar
0c02feae1f Move Contributing doc into the developer documentation 2022-04-11 01:16:09 +05:30
Adithya Kumar
6f3371e656 Move dev/* (developer docs) into docs/Developer/* 2022-04-11 01:16:09 +05:30
Adithya Kumar
1aa7e60256 Fix documentation links 2022-04-11 01:16:09 +05:30
Adithya Kumar
e32bccdffa Categorize documentation in a better way 2022-04-11 01:16:09 +05:30
Ranjeet Kumar Ranjan
4f70b0d4e6 Rename Socket BufferOf APIs 2022-04-03 15:30:56 +05:30
Ranjeet Kumar Ranjan
f5e3dc9394 Downgrade Monad to Applicative 2022-03-30 18:48:13 +05:30
Ranjeet Kumar Ranjan
3a59974ed8 Rename unfold scan to postscan, add benchmark, test 2022-03-25 15:18:27 +05:30
Adithya Kumar
29ba5decc5 Extract streamly-core out of streamly 2022-03-10 01:25:49 +05:30
Adithya Kumar
956faed4b1 Update the month in Changelog to March 2022-03-02 23:53:10 +05:30
Adithya Kumar
14c2894321 Update the streamly version in all the required files 2022-03-02 23:49:51 +05:30
Adithya Kumar
dcdf2d592a Mention the GHC 9 performance fixes in changelog & compiling guide 2022-03-02 23:49:51 +05:30
Adithya Kumar
38db79eae3 Update the contributor list 2022-03-02 23:49:51 +05:30
Adithya Kumar
14d0bfc61a Update the stack resolver and keep versions DRY 2022-03-02 23:49:51 +05:30
Adithya Kumar
3cdb718b95 Make all the links in md docs absolute to the repo root 2022-02-12 01:20:40 +05:30
Adithya Kumar
768e8ab08f Add all the docs as extra-doc-files in streamly-docs.cabal 2022-02-12 01:20:40 +05:30
Adithya Kumar
4cfedba423 Rename docs/building.md tod docs/Compiling.md 2022-02-12 01:20:40 +05:30
Adithya Kumar
d93d5fda8a Move Changelog.md to docs/Changelog.md 2022-02-12 01:20:40 +05:30
Adithya Kumar
8be36018a1 Rename README.md to docs/Introduction.md and fix broken links 2022-02-12 01:20:40 +05:30
Adithya Kumar
8ab2bfd280 Fix broken links in multiple markdown doc files
- README
- docs/unified-abstractions.md
- docs/getting-started.md
- docs/streamly-vs-async.md
- docs/Overview.md
- docs/faq.md
- CONTRIBUTING.md
- benchmark/README.md
2022-02-07 03:56:53 +05:30
adithyaov
8145347bbc Constraint the upper bound of base to the latest major range
Don't include the invalid (non-existent) major ranges
2022-01-05 08:10:23 +05:30
adithyaov
24299b0695 Make the fromZipAsync example more informational and consistent 2021-12-09 15:13:58 +05:30
adithyaov
19ed6fc240 Bump the patch version and update the relevant files 2021-12-05 01:17:58 +05:30
adithyaov
fb5cc5401c Bump the package version to 0.8.1 in the docs 2021-11-24 10:31:42 +05:30
adithyaov
e4af5581de Add all the contributors for the new release 2021-11-24 10:31:42 +05:30
adithyaov
868d37115f Update distributions tested with 2021-11-24 10:31:42 +05:30
Harendra Kumar
446d485494 Add API diff 0.8.0 vs 0.8.1 generated by cabal-diff 2021-11-19 23:46:41 +05:30