packages feed

IntervalMap 0.6.1.0 → 0.6.1.1

raw patch · 4 files changed

+6/−1 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/IntervalMap/Generic/Base.hs view
@@ -255,6 +255,8 @@  instance (Interval i k, Ord i) => Sem.Semigroup (IntervalMap i v) where   (<>) = union+  sconcat = unions . Foldable.toList+  stimes = Sem.stimesIdempotentMonoid  instance (Interval i k, Ord i) => Monoid (IntervalMap i v) where     mempty  = empty
Data/IntervalSet.hs view
@@ -173,6 +173,8 @@  instance (Interval i k, Ord i) => Sem.Semigroup (IntervalSet i) where   (<>) = union+  sconcat = unions . Foldable.toList+  stimes = Sem.stimesIdempotentMonoid  instance (Interval i k, Ord i) => Monoid (IntervalSet i) where     mempty  = empty
IntervalMap.cabal view
@@ -1,5 +1,5 @@ Name:                IntervalMap-Version:             0.6.1.0+Version:             0.6.1.1 Stability:           experimental Synopsis:            Containers for intervals, with efficient search. Homepage:            http://www.chr-breitkopf.de/comp/IntervalMap
changelog view
@@ -1,3 +1,4 @@+0.6.1.1  Improve Semigroup instances. 0.6.1.0  Add safe versions of find... functions.  0.6.0.0  Support ghc 8.4, desupport ghc 7.x.