diff --git a/library/Control/Selective.hs b/library/Control/Selective.hs
new file mode 100644
--- /dev/null
+++ b/library/Control/Selective.hs
@@ -0,0 +1,7 @@
+module Control.Selective
+(
+  module Rebase.Control.Selective
+)
+where
+
+import Rebase.Control.Selective
diff --git a/library/Control/Selective/Free.hs b/library/Control/Selective/Free.hs
new file mode 100644
--- /dev/null
+++ b/library/Control/Selective/Free.hs
@@ -0,0 +1,7 @@
+module Control.Selective.Free
+(
+  module Rebase.Control.Selective.Free
+)
+where
+
+import Rebase.Control.Selective.Free
diff --git a/library/Control/Selective/Rigid/Free.hs b/library/Control/Selective/Rigid/Free.hs
new file mode 100644
--- /dev/null
+++ b/library/Control/Selective/Rigid/Free.hs
@@ -0,0 +1,7 @@
+module Control.Selective.Rigid.Free
+(
+  module Rebase.Control.Selective.Rigid.Free
+)
+where
+
+import Rebase.Control.Selective.Rigid.Free
diff --git a/library/Control/Selective/Rigid/Freer.hs b/library/Control/Selective/Rigid/Freer.hs
new file mode 100644
--- /dev/null
+++ b/library/Control/Selective/Rigid/Freer.hs
@@ -0,0 +1,7 @@
+module Control.Selective.Rigid.Freer
+(
+  module Rebase.Control.Selective.Rigid.Freer
+)
+where
+
+import Rebase.Control.Selective.Rigid.Freer
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.3.1.1
+  1.4
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -111,6 +111,10 @@
     Control.Monad.Writer.Lazy
     Control.Monad.Writer.Strict
     Control.Monad.Zip
+    Control.Selective
+    Control.Selective.Free
+    Control.Selective.Rigid.Free
+    Control.Selective.Rigid.Freer
     Data.Biapplicative
     Data.Bifoldable
     Data.Bifunctor
@@ -401,4 +405,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.3.1.1
+    rebase ==1.4
