Changelog
=========
Version 0.1.1.0
---------------
*Feb 5, 2018*
<https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.1.0>
* Newtype instances actually didn't work before! They do now :)
* Added generic implementations and newtypes for `Bounded`, `Ord`, and `Eq`.
* Some aggressive inlining in all modules.
* Added clarification and comparisons to other libraries to README
Version 0.1.0.0
---------------
*Feb 3, 2018*
**Deprecated**
<https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.0.0>
* Initial release