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.2.2
+version:                0.2.3
 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
@@ -28,7 +28,7 @@
   Build-Depends:        base >= 3 && < 5
                       , bytestring < 0.11
                       , hsyslog >= 5 && < 6
-                      , network < 2.7
+                      , network < 2.8
                       , text < 1.3
                       , time < 1.9
                       , unix < 2.8
