Package Release Info

ghc-psqueues-0.2.8.0-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-psqueues
ghc-psqueues-devel
ghc-psqueues-doc
ghc-psqueues-prof

Change Logs

* Sat Aug 24 2024 Peter Simons <psimons@suse.com>
- Update psqueues to version 0.2.8.0 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Fri Oct 27 2023 Peter Simons <psimons@suse.com>
- Update psqueues to version 0.2.8.0.
  - 0.2.8.0 (2022-10-27)
  * Add a number of minor optimizations and INLINE pragmas:
  - The previous `INLINABLE` pragmas were insufficient to fully specialize
    functions. Add a bunch more. I believe they now do the job they were
    meant to.
  - Change the way we check for very short queues in `lbalance` and
    `rbalance` to avoid redundant size comparisons in the non-short
    case.
  - Make the fields of `Play` strict. I doubt this makes any practical
    difference, since `tourView` is `INLINE`, but in fact the fields are
    always in WHNF, so we might as well make that explicitly clear.
  * Fix a bug in `fromList`. It previously used the *first* occurrence
    of a duplicated key; it now uses the *last* occurrence, as documented.
  * Cleanup: refactor `binShrinkL` and `binShrinkR` into `bin`.
  * Bump deepseq upper bound to 1.6
  * Bump tasty upper bound to 1.6
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
Version: 0.2.7.3-bp155.2.16
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.2.7.3-bp154.1.11
* Sat Nov 06 2021 psimons@suse.com
- Update psqueues to version 0.2.7.3.
  [#] CHANGELOG
  - 0.2.7.3 (2021-11-05)
  * Relax hashable, tasty and QuickCheck upper bounds
  * Bump Cabal-version to 1.10
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Mon Aug 31 2020 psimons@suse.com
- Update psqueues to version 0.2.7.2 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add psqueues at version 0.2.7.2.
Version: 0.2.3.0-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Tue Jul 11 2017 psimons@suse.com
- Update to version 0.2.3.0.
* Sun Dec 04 2016 psimons@suse.com
- Update to version 0.2.2.3 with cabal2obs.
* Mon Aug 01 2016 psimons@suse.com
- Update to version 0.2.2.2 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.2.2.1 revision 0 with cabal2obs.
* Tue Apr 26 2016 mimi.vx@gmail.com
- update to 0.2.2.1
  * Fix benchmark compilation with stack
* Mon Feb 08 2016 mimi.vx@gmail.com
- update to 0.2.2.0
  * Add Traversable instances
* Fri Oct 30 2015 mimi.vx@gmail.com
- initial commit