diff --git a/mohws.cabal b/mohws.cabal
--- a/mohws.cabal
+++ b/mohws.cabal
@@ -1,6 +1,6 @@
 Cabal-Version: 2.2
 Name:         mohws
-Version:      0.2.1.8
+Version:      0.2.1.9
 Author:       Simon Marlow, Bjorn Bringert <bjorn@bringert.net>
 Copyright:    Simon Marlow, Bjorn Bringert
 Maintainer:   Henning Thielemann <webserver@henning-thielemann.de>
@@ -28,7 +28,7 @@
 Source-Repository this
   Type:     darcs
   Location: http://code.haskell.org/mohws/
-  Tag:      0.2.1.8
+  Tag:      0.2.1.9
 
 Flag dynamic
   description: Build server with dynamically loaded plugins
@@ -37,20 +37,22 @@
 Library
   Build-depends:
     HTTP >=4000.0.4 && <4001,
-    network >=2.6 && <2.7,
-    network-uri >=2.6 && <2.7,
-    unix >=2.3 && <2.8,
+    network >=2.6 && <3.0,
+    network-uri >=2.6 && <2.8,
+    network-uri-flag ==0.1.*,
+    network-bsd >=2.8 && <2.9,
+    unix >=2.3 && <2.9,
     parsec >=2.1 && <3.2,
     html >=1.0 && <1.1,
     process >=1.0 && <1.7,
     containers >=0.1 && <0.7,
     old-time >=1.0 && <1.2,
     old-locale >=1.0 && <1.1,
-    bytestring >=0.9 && <0.11,
+    bytestring >=0.9 && <0.12,
     filepath >=1.1 && <1.5,
     utility-ht >=0.0.12 && <0.1,
-    transformers >=0.2 && <0.6,
-    explicit-exception >=0.1 && <0.2,
+    explicit-exception >=0.1 && <0.3,
+    transformers >=0.2 && <0.7,
     data-accessor >=0.2 && <0.3,
     directory >=1.0 && <1.4,
     fail >=4.9 && <4.10,
