packages feed

changeset-lens 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~changesetPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: changeset

API changes (from Hackage documentation)

Files

changeset-lens.cabal view
@@ -3,7 +3,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version: 0.1.0.1+version: 0.1.0.2 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 +66,7 @@    build-depends:     base >=4.12 && <4.22,-    changeset ==0.1.0.1,+    changeset ==0.1.0.2,     containers >=0.6 && <0.8,     indexed-traversable ^>=0.1.1,     lens >=4.19.2 && <5.4,