diff --git a/invertible-grammar.cabal b/invertible-grammar.cabal
--- a/invertible-grammar.cabal
+++ b/invertible-grammar.cabal
@@ -1,5 +1,5 @@
 name:                invertible-grammar
-version:             0.1.3.4
+version:             0.1.3.5
 license:             BSD3
 license-file:        LICENSE
 author:              Yevhen Smolanka, Sergey Vinokurov
@@ -38,12 +38,12 @@
   build-depends:
       base              >=4.11  && <5.0
     , bifunctors        >=4.2   && <6.0
-    , containers        >=0.5.5 && <0.7
+    , containers        >=0.5.5 && <0.8
     , mtl               >=2.2   && <2.4
     , prettyprinter     >=1.7   && <2.0
     , profunctors       >=4.4   && <5.7
     , semigroups        >=0.16  && <0.21
     , tagged            >=0.7   && <0.9
-    , template-haskell  >=2.9   && <2.20
-    , transformers      >=0.3   && <0.6
-    , text              >=1.2   && <1.3 || >=2.0 && <2.1
+    , template-haskell  >=2.9   && <2.22
+    , transformers      >=0.3   && <0.7
+    , text              >=1.2   && <1.3 || >=2.0 && <2.2
