Package Release Info

ghc-contravariant-1.5-bp151.2.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-contravariant
ghc-contravariant-devel

Change Logs

Version: 1.5-bp151.1.10
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Fri Jul 13 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 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.
Version: 1.4-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Version: 1.4-2.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.4 revision 0 with cabal2obs.
* Fri Jan 22 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 2015 mimi.vx@gmail.com
- update to 1.3.3
  * Add instance Monoid m => Divisible (Const m)
* Tue Aug 04 2015 mimi.vx@gmail.com
- update to 1.3.2
  * Add ($<) operator
* Sun May 10 2015 mimi.vx@gmail.com
- update to 1.3.1.1
  * Fix builds
* Sun Apr 26 2015 mimi.vx@gmail.com
- initial commit