diff --git a/library/Data/Vector/Instances.hs b/library/Data/Vector/Instances.hs
new file mode 100644
--- /dev/null
+++ b/library/Data/Vector/Instances.hs
@@ -0,0 +1,7 @@
+module Data.Vector.Instances
+(
+  module Rebase.Data.Vector.Instances
+)
+where
+
+import Rebase.Data.Vector.Instances
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.8
+  1.9
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -289,6 +289,7 @@
     Data.Vector.Generic.Base
     Data.Vector.Generic.Mutable
     Data.Vector.Generic.New
+    Data.Vector.Instances
     Data.Vector.Internal.Check
     Data.Vector.Mutable
     Data.Vector.Primitive
@@ -424,4 +425,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.8
+    rebase ==1.9
