Package Release Info

ghc-contravariant-1.5.2-bp152.1.13

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-contravariant
ghc-contravariant-devel

Change Logs

* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Tue Jun 04 2019 psimons@suse.com
- Update contravariant to version 1.5.2.
  1.5.2 [2019.06.03]
  - -----------------
  * Mark `Data.Functor.Contravariant` and `Data.Functor.Contravariant.Generic`
    as unconditionally `Trustworthy`.
* Fri May 03 2019 psimons@suse.com
- Update contravariant to version 1.5.1.
  1.5.1 [2019.05.02]
  - -----------------
  * Remove the use of `unsafeCoerce` in `Data.Functor.Contravariant.Generic`. As
    a result, the `safe` flag has been removed, as it is no longer used.
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