diff --git a/hsyslog-udp.cabal b/hsyslog-udp.cabal
--- a/hsyslog-udp.cabal
+++ b/hsyslog-udp.cabal
@@ -1,5 +1,5 @@
 name:                   hsyslog-udp
-version:                0.1.1
+version:                0.1.2
 synopsis:               Log to syslog over a network via UDP
 description:            Supports <https://tools.ietf.org/html/rfc5424 RFC 5424>,
                         <https://tools.ietf.org/html/rfc3164 RFC 3164>, or any
@@ -30,7 +30,7 @@
                       , hsyslog == 4.*
                       , network == 2.6.*
                       , text == 1.2.*
-                      , time == 1.5.*
+                      , time < 1.7
                       , unix == 2.7.*
 
 test-suite specs
@@ -42,5 +42,5 @@
 
   Build-Depends:        base >= 3 && < 5
                       , hspec == 2.2.*
-                      , hsyslog-udp == 0.1.1
-                      , time == 1.5.*
+                      , hsyslog-udp
+                      , time < 1.7
