diff --git a/storablevector.cabal b/storablevector.cabal
--- a/storablevector.cabal
+++ b/storablevector.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:       2.2
 Name:                storablevector
-Version:             0.2.13.2
+Version:             0.2.13.3
 Category:            Data
 Synopsis:            Fast, packed, strict storable arrays with a list interface like ByteString
 Description:
@@ -48,7 +48,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/storablevector/
-  tag:      0.2.13.2
+  tag:      0.2.13.3
 
 
 Library
@@ -56,8 +56,8 @@
     non-negative >=0.1 && <0.2,
     utility-ht >=0.0.5 && <0.1,
     transformers >=0.2 && <0.7,
-    semigroups >=0.1 && <1.0,
-    deepseq >=1.3 && <1.6,
+    semigroups >=0.1 && <1,
+    deepseq >=1.3 && <1.7,
     unsafe >=0.0 && <0.1,
     QuickCheck >=1 && <3
 
@@ -125,7 +125,7 @@
     QuickCheck >=1 && <3
   If flag(splitBase)
     Build-Depends:
-      random >=1.0 && <1.3,
+      random >=1.0 && <1.4,
       base >=3 && <5
   Else
     Build-Depends:     base >=1.0 && <2
