packages feed

psqueues 0.2.8.2 → 0.2.8.3

raw patch · 3 files changed

+5/−2 lines, 3 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,5 +1,8 @@ # CHANGELOG +- 0.2.8.3 (2025-12-28)+    * Fix compilation with MicroHS+ - 0.2.8.2 (2025-08-08)     * Use Straka's balancing algorithm for OrdPSQ (#64): 
psqueues.cabal view
@@ -1,5 +1,5 @@ Name:          psqueues-Version:       0.2.8.2+Version:       0.2.8.3 License:       BSD3 License-file:  LICENSE Maintainer:    Jasper Van der Jeugt <jaspervdj@gmail.com>
src/Data/BitUtil.hs view
@@ -30,7 +30,7 @@ #if __GLASGOW_HASKELL__ import GHC.Exts (Word(..), Int(..), uncheckedShiftRL#) #else-import Data.Word (shiftL, shiftR)+import Data.Bits (shiftR) #endif  -- The highestBitMask implementation is based on