Package Release Info

ghc-hashable-1.3.0.0-bp153.1.20

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-hashable
ghc-hashable-devel

Change Logs

Version: 1.3.0.0-bp152.2.2
* Thu May 07 2020 Peter Simons <psimons@suse.com>
- Update Cabal file to get more accurate dependency information.
* Sun Dec 29 2019 psimons@suse.com
- Update hashable to version 1.3.0.0.
  Upstream has edited the change log file since the last release in
  a non-trivial way, i.e. they did more than just add a new entry
  at the top. You can review the file at:
  http://hackage.haskell.org/package/hashable-1.3.0.0/src/CHANGES.md
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 1.2.7.0-bp151.1.10
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Fri Aug 17 2018 psimons@suse.com
- Update Cabal build information to support GHC 8.6.x.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
- Update hashable to version 1.2.7.0.
  * Add `Hashable` and `Hashable1` instances for `Complex`
  * Fix undefined behavior in `hashable_fn_hash()` implementation
  due to signed integer overflow (#152)
  * Mark `Data.Hashable.Lifted` as `Trustworthy` (re SafeHaskell)
  * Support GHC 8.4
Version: 1.2.6.1-bp150.2.5
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sat Jul 08 2017 psimons@suse.com
- Update to version 1.2.6.1 revision 2.
* Sun Jun 25 2017 psimons@suse.com
- Update to version 1.2.6.1 revision 1.
* Mon Mar 27 2017 psimons@suse.com
- Update to version 1.2.6.0 revision 1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 1.2.5.0 with cabal2obs.
Version: 1.2.4.0-6.3
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.2.4.0 revision 0 with cabal2obs.
Version: 1.2.4.0-3.1
* Sun Jan 17 2016 mimi.vx@gmail.com
- update to 1.2.4.0
  * Add instances for: Unique, Version, Fixed, NonEmpty, Min, Max, Arg,
    First, Last, WrappedMonoid, Option
* Sun Jun 28 2015 mimi.vx@gmail.com
- update to 1.2.3.3
  * Support integer-simple.
* Sun Apr 12 2015 mimi.vx@gmail.com
- update to 1.2.3.2
  + disable SSE2 on i586 arch
  * Add support for GHC 7.10 typeRepFingerprint
  * Added support for random 1.1.*.
  * Silence integer literal overflow warning
  * Add support for GHC 7.10 `integer-gmp2` & `Natural`
  * Add instance for Data.Void
  * Make the SSE .cabal flags manual
  * Add an upper bound on bytestring
* Tue Sep 09 2014 peter.trommler@ohm-hochschule.de
- update to 1.2.2.0
  * several performance fixes including use of SSE and SSE2
  * Haskell Platform 2014.2.0.0
* Tue Sep 02 2014 peter.trommler@ohm-hochschule.de
- regenerate spec file
* Sat Aug 23 2014 peter.trommler@ohm-hochschule.de
- enable PowerPC builds
* Mon May 06 2013 peter.trommler@ohm-hochschule.de
- update to 1.1.2.5 from upstream
  * changelog not updated since 1.1.1.0
- version required for Haskell Platform 2013.2
- more transparent packaging (fewer macros)
* Thu Jun 07 2012 herbert@graeber-clan.de
- update to version 1.1.2.3
  spec file template generated by cabal2spec-0.25.5
* Sun Feb 05 2012 herbert@graeber-clan.de
- Initial package