diff --git a/sparse-tensor.cabal b/sparse-tensor.cabal
--- a/sparse-tensor.cabal
+++ b/sparse-tensor.cabal
@@ -1,5 +1,5 @@
 name:                sparse-tensor
-version:             0.2.1.3
+version:             0.2.1.4
 synopsis:            typesafe tensor algebra library
 description:
     .
@@ -26,7 +26,7 @@
 custom-setup
   setup-depends:
     base >= 4.9 && < 5,
-    Cabal >= 1.24 && < 3.1
+    Cabal >= 1.24 && < 3.3
 
 source-repository head
   type:     git
@@ -63,8 +63,8 @@
   other-modules:       LinearAlgebra, IndList, Ansatz, Serialization
   build-depends:       base              >= 4.9 && < 5,
                        hmatrix           >= 0.16.1 && < 0.21,
-                       QuickCheck        >= 2.8.2 && < 2.14,
-                       tasty             >= 0.11 && < 1.3,
+                       QuickCheck        >= 2.8.2 && < 2.15,
+                       tasty             >= 0.11 && < 1.4,
                        tasty-hunit       >= 0.9 && < 0.11,
                        tasty-quickcheck  >= 0.8 && < 0.11,
                        sparse-tensor
