packages feed

fmlist 0.9.3 → 0.9.4

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Data/FMList.hs view
@@ -285,7 +285,7 @@   a <$ l     = transform (\f -> const (f a)) l  instance Foldable FMList where-  foldMap    = flip unFM+  foldMap m f = unFM f m  instance Traversable FMList where   traverse f = foldMapA (fmap one . f)
fmlist.cabal view
@@ -1,5 +1,5 @@ name:                fmlist-version:             0.9.3+version:             0.9.4 synopsis:            FoldMap lists description:   FoldMap lists are lists represented by their foldMap function.