diff --git a/zoom-cache-sndfile.cabal b/zoom-cache-sndfile.cabal
--- a/zoom-cache-sndfile.cabal
+++ b/zoom-cache-sndfile.cabal
@@ -3,7 +3,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:             1.1.0.0
+Version:             1.1.0.1
 
 Synopsis:            Tools for generating zoom-cache-pcm files
 
@@ -39,8 +39,8 @@
       base < 3
 
   Build-depends:
-    bytestring                >= 0.9     && < 0.10,
-    containers                >= 0.2     && < 0.5,
+    bytestring                >= 0.9     && < 0.11,
+    containers                >= 0.2     && < 0.6,
     data-default,
     hsndfile                  >= 0.5.2   && < 0.6,
     hsndfile-vector           >= 0.5.2   && < 0.6,
