packages feed

changeset-lens 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+4/−7 lines, 2 filesdep ~changesetdep ~tastyPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: changeset, tasty

API changes (from Hackage documentation)

- Control.Monad.Changeset.Lens.At: type IntMapAtChangeset a = AtChangeset (IntMap a) (MaybeChange a)
+ Control.Monad.Changeset.Lens.At: type IntMapAtChangeset a = AtChangeset IntMap a MaybeChange a
- Control.Monad.Changeset.Lens.At: type MapAtChangeset k a = AtChangeset (Map k a) (MaybeChange a)
+ Control.Monad.Changeset.Lens.At: type MapAtChangeset k a = AtChangeset Map k a MaybeChange a
- Control.Monad.Changeset.Lens.Ixed: type MapIxedChangeset k a = IxedChangeset (Map k a) a
+ Control.Monad.Changeset.Lens.Ixed: type MapIxedChangeset k a = IxedChangeset Map k a a

Files

CHANGELOG.md view
@@ -1,4 +1,4 @@-# Revision history for changeset-lens+  # Revision history for changeset-lens  ## 0.1.0.0 -- YYYY-mm-dd 
changeset-lens.cabal view
@@ -1,9 +1,6 @@ cabal-version: 2.4 name: changeset-lens--- PVP summary:     +-+------- breaking API changes---                  | | +----- non-breaking API additions---                  | | | +--- code changes with no API change-version: 0.1.0.2+version: 0.1.0.3 synopsis: Stateful monad transformer based on monoidal actions description:   A general state monad transformer with separate types for the state and the possible changes.@@ -66,7 +63,7 @@    build-depends:     base >=4.12 && <4.22,-    changeset ==0.1.0.2,+    changeset ==0.1.0.3,     containers >=0.6 && <0.8,     indexed-traversable ^>=0.1.1,     lens >=4.19.2 && <5.4,@@ -92,7 +89,7 @@     containers,     lens,     monoid-extras,-    tasty ^>=1.4.2,+    tasty >=1.4.2 && <1.6,     tasty-hunit ^>=0.10.2,    other-modules: