changeset 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+1/−2 lines, 1 filesdep −falsifyPVP ok
version bump matches the API change (PVP)
Dependencies removed: falsify
API changes (from Hackage documentation)
Files
- changeset.cabal +1/−2
changeset.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.@@ -109,7 +109,6 @@ build-depends: base, changeset,- falsify ^>=0.2, monoid-extras, tasty ^>=1.4.2, tasty-hunit ^>=0.10.2,