diff --git a/ekg-wai.cabal b/ekg-wai.cabal
--- a/ekg-wai.cabal
+++ b/ekg-wai.cabal
@@ -1,6 +1,5 @@
 name:                ekg-wai
-version:             0.1.0.0
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Remote monitoring of processes
 description:
   This library lets you remotely monitor a running process over HTTP.
@@ -38,7 +37,7 @@
 
   build-depends:
     aeson,
-    base >= 4.5 && < 4.10,
+    base >= 4.5 && < 4.11,
     bytestring < 1.0,
     ekg-core >= 0.1 && < 0.2,
     ekg-json >= 0.1 && < 0.2,
@@ -46,7 +45,7 @@
     http-types,
     network < 2.7,
     text < 1.3,
-    time < 1.7,
+    time < 1.9,
     transformers < 0.6,
     unordered-containers < 0.3,
     wai,
