diff --git a/lrucache.cabal b/lrucache.cabal
--- a/lrucache.cabal
+++ b/lrucache.cabal
@@ -1,5 +1,5 @@
 Name:                lrucache
-Version:             1.1
+Version:             1.1.0.1
 Synopsis:            a simple, pure LRU cache
 License:             BSD3
 License-file:        LICENSE
@@ -19,6 +19,8 @@
         .
         Version History:
         .
+        1.1.0.1 - Update containers constraint to allow containers from ghc-7
+        .
         1.1 - Add a Functor instance for LRUCache.
               Add a generic modification modification function
                for AtomicLRUCache.
@@ -65,6 +67,6 @@
 
   Build-depends:
         base >= 4 && < 5,
-        containers >= 0.2 && < 0.4
+        containers >= 0.2 && < 0.5
 
   GHC-options:  -Wall -O2
