packages feed

streamly-0.7.0: credits/README.md

This library builds upon many good ideas from the existing body of Haskell
work.  We would like to thank all the Haskellers whose work might have
influenced this library. It is not possible to quantify that contribution and
give proper credits for it. Below, we have listed the copyright attributions
and contributions to this library.  We do due diligence in giving credit where
its due, if something got missed please do point out by [raising an issue on
github](https://github.com/composewell/streamly/issues) or [sending an email to
the maintainers](mailto:streamly@composewell.com).

## Attributions

See COPYRIGHTS.md for parts of other works included in this package.

## Contributions

See CONTRIBUTORS.md for a release wise list of contributors to this library.

## References

Some (among many others) of the Haskell packages that we looked at and might
have taken some ideas or inspiration from include:

* http://hackage.haskell.org/package/base

* https://hackage.haskell.org/package/logict
* https://hackage.haskell.org/package/list-transformer
* http://hackage.haskell.org/package/transient

* http://hackage.haskell.org/package/streaming
* http://hackage.haskell.org/package/machines
* https://hackage.haskell.org/package/simple-conduit
* http://hackage.haskell.org/package/pipes
* http://hackage.haskell.org/package/conduit

* http://hackage.haskell.org/package/vector
* http://hackage.haskell.org/package/bytestring
* http://hackage.haskell.org/package/text

* http://hackage.haskell.org/package/split
* https://hackage.haskell.org/package/foldl
* https://github.com/effectfully/prefolds