Commit Graph

3512 Commits

Author SHA1 Message Date
Ranjeet Kumar Ranjan
d2c72fc98d Fix review comments 2022-10-09 17:33:25 +05:30
Ranjeet Kumar Ranjan
1bbf7d9acc Fix review comments 2022-10-09 09:22:15 +05:30
Ranjeet Kumar Ranjan
a0e2b2dc28 Fix up 2022-10-04 16:49:29 +05:30
Ranjeet Kumar Ranjan
048aaf83ba Fix up 2022-10-04 15:43:02 +05:30
Ranjeet Kumar Ranjan
b367c7479e Fix up 2022-10-04 15:27:14 +05:30
Ranjeet Kumar Ranjan
eb41bd509b Fix up 2022-10-04 15:12:15 +05:30
Ranjeet Kumar Ranjan
acbe30d820 Add a CI for Inspection test for __GLASGOW_HASKELL__ > 810 2022-10-04 14:37:13 +05:30
Ranjeet Kumar Ranjan
d9812043bb Fix up 2022-10-04 14:32:04 +05:30
Ranjeet Kumar Ranjan
81ea967637 Fix up 2022-10-04 14:17:03 +05:30
Ranjeet Kumar Ranjan
4b6c4eb494 Fix up 2022-10-04 14:07:07 +05:30
Ranjeet Kumar Ranjan
aa6520334f Fix up 2022-10-04 13:46:30 +05:30
Ranjeet Kumar Ranjan
8c6c238e75 Fix up 2022-10-04 13:22:53 +05:30
Ranjeet Kumar Ranjan
e1e395f46b Fix up 2022-10-04 12:58:30 +05:30
Ranjeet Kumar Ranjan
e3f2be60a2 Fix up 2022-10-04 12:20:04 +05:30
Ranjeet Kumar Ranjan
7e68d0a991 Fix up 2022-10-03 14:39:52 +05:30
Ranjeet Kumar Ranjan
36c4d9495c Fix up 2022-10-03 14:33:57 +05:30
Ranjeet Kumar Ranjan
8bd5ee352d Fix up 2022-10-03 14:21:06 +05:30
Ranjeet Kumar Ranjan
b30cd67d51 Fix up 2022-10-03 11:51:39 +05:30
Ranjeet Kumar Ranjan
e7a904bee2 Remove fromStreamVar inspection from Operation module 2022-10-03 11:35:34 +05:30
Ranjeet Kumar Ranjan
b27fcd20a4 Fix up 2022-10-03 10:46:05 +05:30
Ranjeet Kumar Ranjan
1834bb8ad6 Remove CPP macros related to __GLASGOW_HASKLL__ 2022-10-03 10:29:44 +05:30
Ranjeet Ranjan
249efda55e
Move Streamly.Data.Array module to streamly-core (#1881) 2022-10-01 00:33:41 +05:30
Ranjeet Kumar Ranjan
61af9fc739 Move Streamly.Internal.Data.Binary.Decode to streamly-core 2022-10-01 00:30:25 +05:30
Adithya Kumar
d84f82d973 Remove redundant GHC 8.8 CPP conditional 2022-09-30 15:28:24 +05:30
Ranjeet Kumar Ranjan
3a90efbd87 Add rmapM to Parser 2022-09-30 13:09:46 +05:30
Ranjeet Kumar Ranjan
88334a8190 Move Console.Stdio to streamly-core
And some formatting changes.
2022-09-29 22:50:34 +05:30
Ranjeet Kumar Ranjan
f609af1d01 Move Streamly.FileSystem.Handle to streamly-core
And some formatting changes.
2022-09-29 15:28:35 +05:30
Harendra Kumar
e718389b2c Move the Parallel module under IsStream 2022-09-29 02:25:18 +05:30
Ranjeet Ranjan
05ff41e946
Make formattting changes in network modules (#1851) 2022-09-29 02:15:26 +05:30
Ranjeet Ranjan
70e4a57416
Remove IsStream import from FileSystem.Event.* modules (#1849) 2022-09-29 02:09:54 +05:30
Ranjeet Kumar Ranjan
182edfd74f Move Streamly.Unicode to streamly-core 2022-09-28 19:27:29 +05:30
Harendra Kumar
5868fc9f85 Add Data.Stream.Async to regression check 2022-09-28 18:01:45 +05:30
Harendra Kumar
51fb1b8c29 Move common parts of Channel out of Async module 2022-09-28 18:01:45 +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
a39a95824f Move IOVec and dependent modules under !ghcjs && dev flag 2022-09-28 15:09:06 +05:30
Harendra Kumar
4c876d443e Add ghcjs nix expression 2022-09-28 15:09:06 +05:30
Harendra Kumar
110191a013 Use ghcjs-8.10.7 for ghcjs build 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
Ranjeet Ranjan
aef0a2e793
Move Array.Stream.Foreign to streamly-core (#1863) 2022-09-27 13:38:12 +05:30
Ranjeet Ranjan
a519c85bad
Remove IsStream imports from FileSystem.File module (#1850) 2022-09-26 16:54:35 +05:30
Harendra Kumar
888d1afbb7 Add async interleave benchmarks 2022-09-26 15:23:37 +05:30
Harendra Kumar
2ca80e7503 Add interleave and concatMapInterleave operations 2022-09-26 15:23:37 +05:30
Adithya Kumar
f3ac108f1e Derive an instance of Unbox for Word32 2022-09-25 23:00:29 +05:30
Adithya Kumar
ba4d23b489 Add correct impl of takeInterval & dropInterval to Stream.Parallel
- Remove the incorrect implementation of from IsStream
- Remove takeByTime and dropByTime from StreamD
2022-09-22 01:49:06 +05:30
Adithya Kumar
99846a8f07 Remove the primitive dependency from streamly-core 2022-09-22 01:49:06 +05:30
Adithya Kumar
41947be294 Fix a few ParserK combinators 2022-09-22 01:49:06 +05:30
Adithya Kumar
4feef0a3b4 Add parseMany groupBy benchmarks 2022-09-22 01:49:06 +05:30
Harendra Kumar
d33bb110ab Move common idioms from Generate to Data.Stream 2022-09-20 22:18:20 +05:30