diff --git a/library/Control/Selective/Multi.hs b/library/Control/Selective/Multi.hs
new file mode 100644
--- /dev/null
+++ b/library/Control/Selective/Multi.hs
@@ -0,0 +1,7 @@
+module Control.Selective.Multi
+(
+  module Rebase.Control.Selective.Multi
+)
+where
+
+import Rebase.Control.Selective.Multi
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.4.1
+  1.5
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -114,6 +114,7 @@
     Control.Monad.Zip
     Control.Selective
     Control.Selective.Free
+    Control.Selective.Multi
     Control.Selective.Rigid.Free
     Control.Selective.Rigid.Freer
     Data.Biapplicative
@@ -406,4 +407,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.4.1
+    rebase ==1.5
