diff --git a/http-attoparsec.cabal b/http-attoparsec.cabal
--- a/http-attoparsec.cabal
+++ b/http-attoparsec.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.0
+Version:             0.1.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Attoparsec parsers for http-types.
@@ -48,7 +48,7 @@
 Source-repository this
   type: git
   location: https://github.com/tlaitinen/http-attoparsec.git
-  tag: 0.1.0
+  tag: 0.1.1
 
 Source-repository head
   type: git
@@ -64,7 +64,7 @@
   -- Packages needed in order to build this package.
   Build-depends:       base >= 4 && < 5,
                        bytestring >=0.9.1.5 && <0.11,
-                       attoparsec >= 0.10.4.0 && < 0.11,
+                       attoparsec >= 0.10.4.0 && < 0.12,
                        http-types >= 0.8.0 && < 0.9
   
   -- Modules not exported by this package.
