diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+Changes in version 0.10.12.3
+
+ * Allow building with `primtive-0.6`
+
 Changes in version 0.10.12.2
 
  * Add support for `deepseq-1.4.0.0`
diff --git a/vector.cabal b/vector.cabal
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,5 +1,5 @@
 Name:           vector
-Version:        0.10.12.2
+Version:        0.10.12.3
 -- don't forget to update the changelog file!
 License:        BSD3
 License-File:   LICENSE
@@ -121,7 +121,7 @@
         vector.h
 
   Build-Depends: base >= 4 && < 5
-               , primitive >= 0.5.0.1 && < 0.6
+               , primitive >= 0.5.0.1 && < 0.7
                , ghc-prim
                , deepseq >= 1.1 && < 1.5
 
