└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # effectful-contrib 2 | 3 | This repository used to host bindings for the [`effectful`][effectful] library by Andrzej Rybczak. 4 | They have now moved to their own repositories: 5 | 6 | * [effectful-cache](https://github.com/haskell-effectful/effectful-cache): A `Cache` effect to use the 7 | [cache library][cache]. 8 | * [effectful-log-base](https://github.com/haskell-effectful/effectful-log-base): A `Logging` effect based on the 9 | [log-base library][log-base]. 10 | * [effectful-log-elasticsearch](https://github.com/haskell-effectful/effectful-log-elasticsearch): An ElasticSearch 11 | backend for [effectful-log-base](https://github.com/haskell-effectful/effectful-log-base) based on the 12 | [log-elasticsearch library][log-elasticsearch]. 13 | * [effectful-time](https://github.com/haskell-effectful/effectful-time): A `Time` effect to use the 14 | [time library][time]. 15 | * [effectful-typed-process](https://github.com/haskell-effectful/effectful-typed-process): A `Process` effect based 16 | on the [typed-process library][typed-process]. 17 | 18 | [effectful]: https://github.com/arybczak/effectful 19 | [CI-badge]: https://img.shields.io/github/workflow/status/Kleidukos/effectful-contrib/CI?style=flat-square 20 | [CI-url]: https://github.com/Kleidukos/effectful-contrib/actions 21 | [cache]: https://hackage.haskell.org/package/cache 22 | [log-base]: https://hackage.haskell.org/package/log-base 23 | [log-elasticsearch]: https://hackage.haskell.org/package/log-elasticsearch 24 | [time]: https://hackage.haskell.org/package/time 25 | [typed-process]: https://hackage.haskell.org/package/typed-process 26 | --------------------------------------------------------------------------------