File ghc-contravariant.changes of Package ghc-contravariant
-------------------------------------------------------------------
Sat Oct 20 11:31:21 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Wed Jul 18 14:26:19 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Fri Jul 13 14:32:00 UTC 2018 - psimons@suse.com
- Update contravariant to version 1.5.
1.5 [2018.07.01]
----------------
* Support building with GHC 8.6, where `Data.Functor.Contravariant` has been
moved into `base`.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update contravariant to version 1.4.1 revision 1.
* Add `Semigroup` and `Monoid` instances for `Predicate`.
* Add lots of documentation explaining `Contravariant`, `Divisible`, and
`Decidable`.
* Fix some dodgy CPP usage that caused the build to fail on Eta.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Sun Jul 10 17:13:35 UTC 2016 - psimons@suse.com
- Update to version 1.4 revision 0 with cabal2obs.
-------------------------------------------------------------------
Fri Jan 22 08:35:07 UTC 2016 - mimi.vx@gmail.com
- update to 1.4
* Improved the performance of Deciding at the cost of downgrading it to Trustworthy.
* Support for transformers 0.5
-------------------------------------------------------------------
Sun Sep 13 12:29:16 UTC 2015 - mimi.vx@gmail.com
- update to 1.3.3
* Add instance Monoid m => Divisible (Const m)
-------------------------------------------------------------------
Tue Aug 4 05:38:23 UTC 2015 - mimi.vx@gmail.com
- update to 1.3.2
* Add ($<) operator
-------------------------------------------------------------------
Sun May 10 18:16:04 UTC 2015 - mimi.vx@gmail.com
- update to 1.3.1.1
* Fix builds
-------------------------------------------------------------------
Sun Apr 26 16:47:46 UTC 2015 - mimi.vx@gmail.com
- initial commit