Skip to content

Commit

Permalink
Merge pull request pureconfig#368 from keirlawson/add-cats-effect-int…
Browse files Browse the repository at this point in the history
…egration

Add cats-effect module to list of integrations
  • Loading branch information
ruippeixotog authored Mar 4, 2018
2 parents 6964011 + be430a0 commit c2bfbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/tut/docs/library-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The core of PureConfig eschews unnecessary dependencies. Separate modules exist

- [`pureconfig-akka`](https://github.com/pureconfig/pureconfig/tree/master/modules/akka) provides converters for [Akka](http://akka.io/) data types;
- [`pureconfig-cats`](https://github.com/pureconfig/pureconfig/tree/master/modules/cats) provides converters for [Cats](http://typelevel.org/cats/) data structures and Cats typeclass instances;
- [`pureconfig-cats-effect`](https://github.com/pureconfig/pureconfig/tree/master/modules/cats-effect) uses [cats-effect](https://github.com/typelevel/cats-effect) to load and save configurations in a side-effect free manner;
- [`pureconfig-enum`](https://github.com/pureconfig/pureconfig/tree/master/modules/enum) provides converters for enums generated by [julienrf's enum library](https://github.com/julienrf/enum);
- [`pureconfig-enumeratum`](https://github.com/pureconfig/pureconfig/tree/master/modules/enumeratum) provides converters for enums generated by [Enumeratum](https://github.com/lloydmeta/enumeratum);
- [`pureconfig-javax`](https://github.com/pureconfig/pureconfig/tree/master/modules/javax) provides converters for classes in `javax` packages;
Expand Down

0 comments on commit c2bfbb9

Please sign in to comment.