diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks
-Version:             0.24.0.11
+Version:             0.24.0.12
 Synopsis:            A secure, reliable content management system (CMS) and blogging platform
 Description:         clckwrks (pronounced, clockworks) aims to compete
                      directly with popular PHP-based blogging and CMS
@@ -87,8 +87,8 @@
 --      Extra-Libraries: cryptopp
 
   if flag(network-uri)
-     build-depends:               network > 2.6      && < 2.7,
-                                  network-uri >= 2.6 && < 2.7
+     build-depends:               network > 2.6      && < 3.2,
+                                  network-uri >= 2.6 && < 3.2
   else
      build-depends:               network < 2.6
 
