diff --git a/changeset-lens.cabal b/changeset-lens.cabal
--- a/changeset-lens.cabal
+++ b/changeset-lens.cabal
@@ -1,15 +1,14 @@
-cabal-version: 3.0
+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.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.
   It can be defined for any monoid action.
   The monoid represents "changes", "updates", "edits" or "diffs" on the state.
-
   This package exposes utilities to transport changes along optics,
   such as lenses or indexed structures.
 
@@ -67,7 +66,7 @@
 
   build-depends:
     base >=4.12 && <4.22,
-    changeset ==0.1.0.0,
+    changeset ==0.1.0.1,
     containers >=0.6 && <0.8,
     indexed-traversable ^>=0.1.1,
     lens >=4.19.2 && <5.4,
@@ -91,7 +90,6 @@
     changeset-containers,
     changeset-lens,
     containers,
-    falsify ^>=0.2,
     lens,
     monoid-extras,
     tasty ^>=1.4.2,
