changeset 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changeset.cabal +2/−3
changeset.cabal view
@@ -1,9 +1,9 @@-cabal-version: 3.0+cabal-version: 2.4 name: changeset -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.0.1 synopsis: Stateful monad transformer based on monoidal actions description: A general state monad transformer with separate types for the state and the possible changes.@@ -130,7 +130,6 @@ build-depends: base, changeset,- falsify ^>=0.2, monoid-extras, mtl, tasty ^>=1.4.2,