Index: b/bitvec.cabal
===================================================================
--- a/bitvec.cabal
+++ b/bitvec.cabal
@@ -111,12 +111,12 @@ test-suite bitvec-tests
   build-depends:
     base,
     bitvec,
-    primitive >=0.5 && <0.9,
+    primitive >=0.5 && <0.10,
     quickcheck-classes-base <0.7,
     quickcheck-classes >=0.6.1 && <0.7,
     vector >=0.11,
-    tasty <1.5,
-    tasty-quickcheck <0.11
+    tasty <1.6,
+    tasty-quickcheck <0.12
   default-language: Haskell2010
   hs-source-dirs: test
   other-modules:
@@ -140,10 +140,10 @@ benchmark bitvec-bench
   build-depends:
     base,
     bitvec,
-    containers <0.7,
-    random <1.3,
+    containers <0.8,
+    random <1.4,
     tasty,
-    tasty-bench >=0.3.2 && <0.4,
+    tasty-bench >=0.3.2 && <0.5,
     vector
   type: exitcode-stdio-1.0
   main-is: Bench.hs
