diff --git a/argo.cabal b/argo.cabal
--- a/argo.cabal
+++ b/argo.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: argo
-version: 0.2021.10.12
+version: 0.2021.10.13
 
 build-type: Simple
 category: JSON
@@ -22,9 +22,9 @@
 common library
     build-depends:
         , array >= 0.5.4 && < 0.6
-        , base >= 4.15.0 && < 4.16
+        , base >= 4.14.0 && < 4.16
         , bytestring >= 0.10.12 && < 0.11
-        , deepseq >= 1.4.5 && < 1.5
+        , deepseq >= 1.4.4 && < 1.5
         , text >= 1.2.4 && < 1.3
     default-language: Haskell2010
     ghc-options:
@@ -91,7 +91,7 @@
     import: executable
 
     build-depends:
-        , tasty-bench >= 0.3 && < 0.4
+        , tasty-bench >= 0.2.5 && < 0.4
     hs-source-dirs: source/benchmark
     main-is: Main.hs
     type: exitcode-stdio-1.0
