diff --git a/xlsx-tabular.cabal b/xlsx-tabular.cabal
--- a/xlsx-tabular.cabal
+++ b/xlsx-tabular.cabal
@@ -1,5 +1,5 @@
 name: xlsx-tabular
-version: 0.2.1.1
+version: 0.2.1.2
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -31,13 +31,13 @@
         Codec.Xlsx.Util.Tabular.Json
     build-depends:
         base >=4.8 && <5,
-        aeson >=1.0.2.0 && <1.1,
+        aeson >=1.0.2.1 && <1.1,
         bytestring >=0.10.8.1 && <0.11,
         containers >=0.5.7.1 && <0.6,
         data-default >=0.7.1.1 && <0.8,
-        lens ==4.14.*,
+        lens >=4.15.1 && <4.16,
         text >=1.2.2.1 && <1.3,
-        xlsx ==0.3.*
+        xlsx >=0.3 && <0.5
     default-language: Haskell2010
     hs-source-dirs: src
 
@@ -46,7 +46,7 @@
     main-is: Spec.hs
     build-depends:
         base >=4.9.0.0 && <4.10,
-        xlsx-tabular >=0.2.1.1 && <0.3
+        xlsx-tabular >=0.2.1.2 && <0.3
     default-language: Haskell2010
     hs-source-dirs: test
     ghc-options: -threaded -rtsopts -with-rtsopts=-N
