diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/primitive-extras.cabal b/primitive-extras.cabal
--- a/primitive-extras.cabal
+++ b/primitive-extras.cabal
@@ -1,5 +1,5 @@
 name: primitive-extras
-version: 0.10.1.4
+version: 0.10.1.5
 category: Primitive
 synopsis: Extras for the "primitive" library
 homepage: https://github.com/metrix-ai/primitive-extras
@@ -43,7 +43,7 @@
     primitive >=0.7 && <0.8,
     primitive-unlifted >=0.1.3.1 && <0.2,
     profunctors >=5 && <6,
-    vector >=0.12 && <0.13
+    vector >=0.12 && <0.14
 
 test-suite test
   type: exitcode-stdio-1.0
