diff --git a/changeset.cabal b/changeset.cabal
--- a/changeset.cabal
+++ b/changeset.cabal
@@ -1,9 +1,6 @@
 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.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.
@@ -85,7 +82,7 @@
 
   hs-source-dirs: src
 
-  if impl(ghc >= 9.6)
+  if impl(ghc >=9.6)
     build-depends:
       mtl ^>=2.3.1
 
@@ -110,7 +107,7 @@
     base,
     changeset,
     monoid-extras,
-    tasty ^>=1.4.2,
+    tasty >=1.4.2 && <1.6,
     tasty-hunit ^>=0.10.2,
     transformers,
 
@@ -120,7 +117,7 @@
   type: exitcode-stdio-1.0
   hs-source-dirs: examples
 
-  if impl(ghc >= 9.6)
+  if impl(ghc >=9.6)
     hs-source-dirs: examples-mtl23
   else
     hs-source-dirs: examples-mtl22
@@ -131,7 +128,7 @@
     changeset,
     monoid-extras,
     mtl,
-    tasty ^>=1.4.2,
+    tasty >=1.4.2 && <1.6,
     tasty-hunit ^>=0.10.2,
     transformers,
     witherable,
