diff --git a/rate-limit.cabal b/rate-limit.cabal
--- a/rate-limit.cabal
+++ b/rate-limit.cabal
@@ -1,7 +1,7 @@
 Name: rate-limit
-Version: 1.4.2
+Version: 1.4.3
 Build-Type: Simple
-Cabal-Version: >= 1.6
+Cabal-Version: >= 1.10
 License: BSD3
 License-File: LICENSE
 Author: Adam Wick <awick@uhsure.com>
@@ -20,8 +20,9 @@
   Build-Depends: base       >= 4.0     && < 5.0
                , stm        >= 2.4     && < 2.6
                , time-units >= 1.0     && < 2.0
-               , time       >= 1.5.0.1 && < 1.10
+               , time       >= 1.5.0.1 && < 1.15
   Exposed-Modules: Control.RateLimit
+  default-language: Haskell2010
 
 source-repository head
   type: git
