Commit Graph

19 Commits

Author SHA1 Message Date
Adithya Kumar
5327f181db Deprecate Streamly.Prelude & S.Internal.Data.Stream.IsStream.* 2022-10-21 02:07:24 +05:30
Ranjeet Kumar Ranjan
07bf70d5f8 Drop GHC 8.x to 8.2.x Support 2022-03-24 02:23:45 +05:30
Pranay Sashank
70faf014ca Rename Streamly.Prelude.yieldM to fromEffect.
- Deprecate yieldM.
2021-05-29 02:05:01 +05:30
Ranjeet Kumar Ranjan
ac215ad43f Rename serially etc. to fromSerial etc. #1029 2021-04-16 00:20:54 +05:30
Adithya Kumar
ac5c311242 Prefix tests with module names
Solves https://github.com/composewell/streamly/issues/858
2021-03-31 19:32:42 +05:30
pranaysashank
cff03690c6 Refactor ops from Prelude to Prelude.Serial. 2020-10-21 18:30:34 +05:30
pranaysashank
7de5e0e53c Move parallel loops test to Prelude. 2020-10-21 16:27:11 +05:30
pranaysashank
16db9cf7e0 Remove nested-loops test suite.
- Add it to the Prelude test suite.
2020-10-21 16:27:11 +05:30
pranaysashank
af6205410f Rename internal-prelude test into prelude test suite. 2020-10-21 16:27:07 +05:30
pranaysashank
79b19d2f8c Refactor tests in test/Main.hs into separate test suites. 2020-10-07 11:40:40 +05:30
pranaysashank
ad05792d0b Deprecate Streamly module and move the exports to Streamly.Prelude.
- Deprecate and replace functions:
    foldWith => concatFoldableWith
    foldMapWith => concatMapFoldableWith
    forEachWith => concatForFoldableWith
2020-09-09 20:56:24 +05:30
Pranay Sashank
0a8d13d746 Make polymorphic semigroup ops wSerial, etc same fixity as <>.
- Update Changelog to reflect the change.
2020-08-22 13:03:25 +05:30
Pranay Sashank
4d5ab4e0f0 Move monoidOps to Prelude from test/Main.hs 2020-07-30 10:18:11 +05:30
Pranay Sashank
f1b0795e5d Move applicative and functor ops from test/Main to Prelude. 2020-07-30 10:18:11 +05:30
Pranay Sashank
d78cc5388d Refactor applicativeOps. 2020-07-30 10:18:05 +05:30
Pranay Sashank
7d4cf315f4 Refactor Ahead ops into a separate test suite. 2020-07-27 08:05:07 +05:30
Pranay Sashank
9cec13f699 Refactor ZipSerial ops into a separate test suite. 2020-07-27 08:03:30 +05:30
Pranay Sashank
80daa14f61 Refactor WSerial ops into a separate test suite. 2020-07-27 08:03:27 +05:30
Pranay Sashank
397d1672a3 Refactor Serial ops into a separate test suite.
- Refactor cabal options into a common prelude-test-options stanza.
- Add semigroups as a dependency for prelude test suites.
2020-07-27 07:59:12 +05:30