diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,3 +12,8 @@
 
 * FileTree is now a record.
 * Some internal changes to get it to build on somewhat older versions of ghc. Tested with 8.2.2 
+
+## 0.1.1.1 -- 20121-06-06
+
+* Removed the spurious dependency on containers.
+* Loosened some bounds on the packages.
diff --git a/talash.cabal b/talash.cabal
--- a/talash.cabal
+++ b/talash.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               talash
-version:            0.1.1.0
+version:            0.1.1.1
 
 -- A short (one-line) description of the package.
 synopsis: Line oriented fast enough text search
@@ -67,20 +67,19 @@
     build-depends:base                    >=  4.10.1 && < 5,
                   alfred-margaret         ^>= 1.1.1.0,
                   brick                   >=  0.60 && < 0.70,
-                  bytestring              >=  0.10.10 && < 0.11,
+                  bytestring              >=  0.10.8 && < 0.11,
                   colorful-monoids        >=  0.2.1 && < 0.3,
                   ghc-compact             >=  0.1.0 && < 0.3,
-                  containers              >=  0.6   && < 0.7,
                   directory               >=  1.3.6 && < 1.4,
                   intro                   >=  0.4.0 && < 0.10,
-                  microlens               ^>= 0.4.12.0,
-                  microlens-th            ^>= 0.4.3.9,
-                  text                    ^>= 1.2.4.1,
+                  microlens               >=  0.4.0 && < 0.5,
+                  microlens-th            >=  0.4.0 && < 0.5,
+                  text                    >=  1.2.3 && < 1.3,
                   unix                    >=  2.7.2 && < 2.8,
-                  unordered-containers    >=  0.2.13 && < 0.3,
+                  unordered-containers    >=  0.2.9 && < 0.3,
                   vector                  ^>= 0.12.1,
-                  vector-algorithms       ^>= 0.8.0.4,
-                  vector-sized            >=  1.4.3 && < 1.5,
+                  vector-algorithms       ^>= 0.8.0.3,
+                  vector-sized            >=  1.4.0 && < 1.5,
                   vty                     ^>= 5.33
 
     ghc-options:
@@ -94,7 +93,7 @@
     -- other-modules:
     build-depends:
         base                    >= 4.10.1 && < 5,
-        intro                   >=  0.4.0 && < 0.10,
+        intro                   >= 0.4.0  && < 0.10,
         talash
 
     ghc-options: -threaded -rtsopts
