diff --git a/distributed-static.cabal b/distributed-static.cabal
--- a/distributed-static.cabal
+++ b/distributed-static.cabal
@@ -1,5 +1,5 @@
 Name:                distributed-static
-Version:             0.2.1
+Version:             0.2.1.1
 Synopsis:            Compositional, type-safe, polymorphic static values and closures 
 Description:         /Towards Haskell in the Cloud/ (Epstein et al, Haskell
                      Symposium 2011) introduces the concept of /static/ values:
@@ -30,7 +30,7 @@
                        rank1dynamic >= 0.1 && < 0.2,
                        containers >= 0.4 && < 0.6,
                        bytestring >= 0.9 && < 0.11,
-                       binary >= 0.5 && < 0.6 
+                       binary >= 0.5 && < 0.7 
   HS-Source-Dirs:      src
   Extensions:          DeriveDataTypeable,
                        ScopedTypeVariables
