diff --git a/xlsx.cabal b/xlsx.cabal
--- a/xlsx.cabal
+++ b/xlsx.cabal
@@ -1,6 +1,6 @@
 Name:                xlsx
 
-Version:             1.1.2.1
+Version:             1.1.2.2
 
 Synopsis:            Simple and incomplete Excel file parser/writer
 Description:
@@ -129,7 +129,7 @@
                      , indexed-traversable
     cpp-options: -DUSE_MICROLENS
   else
-    Build-depends:     lens         >= 3.8 && < 5.3
+    Build-depends:     lens         >= 3.8 && < 5.4
 
   Default-Language:     Haskell2010
   Other-Extensions:  DeriveDataTypeable
@@ -183,7 +183,7 @@
                      , microlens-th
     cpp-options: -DUSE_MICROLENS
   else
-    Build-depends:     lens         >= 3.8 && < 5.3
+    Build-depends:     lens         >= 3.8 && < 5.4
   Default-Language:     Haskell2010
 
 source-repository head
