diff --git a/ascii-string.cabal b/ascii-string.cabal
--- a/ascii-string.cabal
+++ b/ascii-string.cabal
@@ -1,5 +1,5 @@
 name: ascii-string
-version: 1.0.1.3
+version: 1.0.1.4
 synopsis: Compact representation of ASCII strings
 description:
   ASCII strings stored using just 7 bits per character.
@@ -31,8 +31,8 @@
     deferred-folds >=0.9 && <0.10,
     foldl >=1.4 && <2,
     hashable >=1.2.7 && <2,
-    primitive >=0.6.4 && <0.7,
-    primitive-extras >=0.7 && <0.8
+    primitive >=0.7 && <0.8,
+    primitive-extras >=0.8 && <0.9
 
 test-suite test
   type: exitcode-stdio-1.0
