diff --git a/HueAPI.cabal b/HueAPI.cabal
--- a/HueAPI.cabal
+++ b/HueAPI.cabal
@@ -1,5 +1,5 @@
 name:                HueAPI
-version:             0.1.2
+version:             0.1.3
 synopsis:            API for controlling Philips Hue lights
 description:
 homepage:            https://github.com/sjoerdvisscher/HueAPI
@@ -17,7 +17,7 @@
                        aeson >=0.6 && <0.8,
                        utf8-string ==0.3.*,
                        http-conduit >=2.0 && <2.2,
-                       network ==2.4.*,
+                       network >=2.4 && <2.6,
                        containers ==0.5.*,
                        transformers ==0.3.*,
                        mtl ==2.1.*
