Skip to content

Commit

Permalink
Proposal: add cats-collections as an external cats module (#2550)
Browse files Browse the repository at this point in the history
@stew generously [donated dogs to become typelevel/cats-collections](typelevel/cats-collections#104). @larsrh completed the migration and started actively maintaining it. @LukaJCB, @ChristopherDavenport and I also signed up for help maintaining it. 
We'd like to propose to the Cats community to make cats-collections an external Cats module (separate repo and release cycle). 
The main implication for being a Cats external module is that at least some Cats maintainers will help maintaining it, which is the case now.
  • Loading branch information
kailuowang authored Oct 4, 2018
1 parent 2976807 commit 5bbe08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ functionality, you can pick-and-choose from amongst these modules
* [`mouse`](https://github.com/typelevel/mouse): a small companion to Cats that provides convenient syntax (aka extension methods)
* [`kittens`](https://github.com/typelevel/kittens): automatic type class instance derivation for Cats and generic utility functions
* [`cats-tagless`](https://github.com/typelevel/cats-tagless): Utilities for tagless final encoded algebras
* [`cats-collections`](https://github.com/typelevel/cats-collections): Data structures which facilitate pure functional programming

Release notes for Cats are available in [CHANGES.md](https://github.com/typelevel/cats/blob/master/CHANGES.md).

Expand Down

0 comments on commit 5bbe08d

Please sign in to comment.