- The only recent change was compatibility with newer
streaming-bytestring, and that's still a few years ago.
- The types still reference
ConduitM, Producer, etc. which are now just legacy type aliases in Conduit. Same goes ByteString as a legacy alias for ByteStream.
- The nixpkgs package is currently (rightfully) marked as broken.
- The
streaming readme makes no reference to this library, only mentioning Conduit.unfoldM Streaming.uncons as a conversion from streaming to Conduit.
If this library shouldn't be used currently, it would be nice if there were a warning in the readme, as I just spent time trying to get it to work when I should've probably looked at other options instead.
streaming-bytestring, and that's still a few years ago.ConduitM,Producer, etc. which are now just legacy type aliases in Conduit. Same goesByteStringas a legacy alias forByteStream.streamingreadme makes no reference to this library, only mentioningConduit.unfoldM Streaming.unconsas a conversion from streaming to Conduit.If this library shouldn't be used currently, it would be nice if there were a warning in the readme, as I just spent time trying to get it to work when I should've probably looked at other options instead.