intset 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- intset.cabal +1/−1
- src/Data/IntervalSet/Internal.hs +1/−1
intset.cabal view
@@ -1,5 +1,5 @@ name: intset-version: 0.1.0.0+version: 0.1.0.1 category: Data license: BSD3 license-file: LICENSE
src/Data/IntervalSet/Internal.hs view
@@ -1499,7 +1499,7 @@ x7 = x6 .|. x6 `shiftR` 32 in x7 `xor` (x7 `shiftR` 1) #else- in x6 `xor` (x6 `shiftRL` 1)+ in x6 `xor` (x6 `shiftR` 1) #endif {-# INLINE highestBitMask #-}