diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+# uri-encode
+[![Build Status](https://travis-ci.org/silkapp/uri-encode.svg?branch=master)](https://travis-ci.org/silkapp/uri-encode)
+
 This package allows you to uri encode and uri decode `String`s,
 `Text`s and `ByteString`s.
 
diff --git a/uri-encode.cabal b/uri-encode.cabal
--- a/uri-encode.cabal
+++ b/uri-encode.cabal
@@ -1,5 +1,5 @@
 Name:               uri-encode
-Version:            1.5.0.1
+Version:            1.5.0.2
 Description:        Unicode aware uri-encoding.
 Synopsis:           Unicode aware uri-encoding.
 Cabal-version:      >= 1.8
@@ -20,7 +20,7 @@
 
   Build-Depends:    base ==4.*
                   , bytestring >= 0.9 && < 0.11
-                  , network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.5)
+                  , network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.6)
                   , text >=0.7 && < 1.2
                   , utf8-string ==0.3.*
 
@@ -32,7 +32,7 @@
     Buildable:      True
     Build-Depends:    base ==4.*
                     , bytestring >= 0.9 && < 0.11
-                    , network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.5)
+                    , network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.6)
                     , text >=0.7 && < 1.2
                     , utf8-string ==0.3.*
   else
@@ -46,7 +46,7 @@
     Buildable:      True
     Build-Depends:    base ==4.*
                     , bytestring >= 0.9 && < 0.11
-                    , network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.5)
+                    , network (>= 2.2 && < 2.4.1.0) || (> 2.4.1.0 && < 2.6)
                     , text >=0.7 && < 1.2
                     , utf8-string ==0.3.*
   else
