diff --git a/library/Data/Hashable/Time.hs b/library/Data/Hashable/Time.hs
deleted file mode 100644
--- a/library/Data/Hashable/Time.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-module Data.Hashable.Time
-(
-  module Rebase.Data.Hashable.Time
-)
-where
-
-import Rebase.Data.Hashable.Time
diff --git a/library/Data/Time/Compat.hs b/library/Data/Time/Compat.hs
new file mode 100644
--- /dev/null
+++ b/library/Data/Time/Compat.hs
@@ -0,0 +1,7 @@
+module Data.Time.Compat
+(
+  module Rebase.Data.Time.Compat
+)
+where
+
+import Rebase.Data.Time.Compat
diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,7 +1,7 @@
 name:
   rerebase
 version:
-  1.14
+  1.15
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
 description:
@@ -44,6 +44,7 @@
     Control.Applicative.Lift
     Control.Arrow
     Control.Category
+    Control.Comonad
     Control.Concurrent
     Control.Concurrent.Chan
     Control.Concurrent.MVar
@@ -57,7 +58,6 @@
     Control.Concurrent.STM.TQueue
     Control.Concurrent.STM.TSem
     Control.Concurrent.STM.TVar
-    Control.Comonad
     Control.DeepSeq
     Control.Exception
     Control.Exception.Base
@@ -183,7 +183,6 @@
     Data.Group
     Data.Groupoid
     Data.Hashable
-    Data.Hashable.Time
     Data.HashMap.Lazy
     Data.HashMap.Strict
     Data.HashSet
@@ -268,6 +267,7 @@
     Data.Time.Clock
     Data.Time.Clock.POSIX
     Data.Time.Clock.TAI
+    Data.Time.Compat
     Data.Time.Format
     Data.Time.LocalTime
     Data.Traversable
@@ -423,4 +423,4 @@
   exposed:
     False
   build-depends:
-    rebase ==1.14
+    rebase ==1.15
