diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/rate-limit.cabal b/rate-limit.cabal
--- a/rate-limit.cabal
+++ b/rate-limit.cabal
@@ -1,5 +1,5 @@
 Name: rate-limit
-Version: 1.4.1
+Version: 1.4.2
 Build-Type: Simple
 Cabal-Version: >= 1.6
 License: BSD3
@@ -20,7 +20,7 @@
   Build-Depends: base       >= 4.0     && < 5.0
                , stm        >= 2.4     && < 2.6
                , time-units >= 1.0     && < 2.0
-               , time       >= 1.5.0.1 && < 1.9
+               , time       >= 1.5.0.1 && < 1.10
   Exposed-Modules: Control.RateLimit
 
 source-repository head
