Changelog
=========
Version 0.1.2.1
---------------
*Apr 21, 2018*
<https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.2.1>
* Forgot to export *System.Random.OneLiner*!
Version 0.1.2.0
---------------
*Apr 20, 2018*
<https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.2.0>
* Generic instances for `Random` from the *random* package.
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