diff --git a/http-monad.cabal b/http-monad.cabal
--- a/http-monad.cabal
+++ b/http-monad.cabal
@@ -1,11 +1,10 @@
 Name:               http-monad
-Version:            0.1.0.2
+Version:            0.1.0.3
 Cabal-Version:      >= 1.6
 Build-type:         Simple
 License:            BSD3
 License-file:       LICENSE
 Category:           Network
-Copyright:          (c) 2009, Henning Thielemann
 Author:             Henning Thielemann <http@henning-thielemann.de>
 Maintainer:         Henning Thielemann <http@henning-thielemann.de>
 -- Homepage:           http://www.haskell.org/http/
@@ -30,7 +29,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/http-monad/
-  tag:      0.1.0.2
+  tag:      0.1.0.3
 
 Flag splitBase
   description: Old, monolithic base
@@ -58,7 +57,7 @@
 --  Extensions: DeriveDataTypeable, GeneralizedNewtypeDeriving
   Build-depends: HTTP >=4000 && <4001
   Build-depends: network >=2.1 && <2.4, parsec >=2.1 && <3.2
-  Build-depends: bytestring >=0.9 && <0.10
+  Build-depends: bytestring >=0.9 && <0.11
   Build-depends: transformers >=0.2 && <0.4
   Build-depends: explicit-exception >=0.1.4 && <0.2
   Build-depends: utility-ht >=0.0.4 && <0.1
@@ -68,7 +67,7 @@
     Build-depends: base < 3
   Else
     Build-depends:
-      containers >= 0.1 && <0.5,
+      containers >= 0.1 && <0.6,
       base >= 3 && < 5
 
 
