diff --git a/library/Control/Comonad.hs b/library/Control/Comonad.hs
new file mode 100644
--- /dev/null
+++ b/library/Control/Comonad.hs
@@ -0,0 +1,7 @@
+module Control.Comonad
+(
+  module Rebase.Control.Comonad
+)
+where
+
+import Rebase.Control.Comonad
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.4
+  1.4.1
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -58,6 +58,7 @@
     Control.Concurrent.STM.TQueue
     Control.Concurrent.STM.TSem
     Control.Concurrent.STM.TVar
+    Control.Comonad
     Control.DeepSeq
     Control.Exception
     Control.Exception.Base
@@ -405,4 +406,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.4
+    rebase ==1.4.1
