diff --git a/cayley-client.cabal b/cayley-client.cabal
--- a/cayley-client.cabal
+++ b/cayley-client.cabal
@@ -1,12 +1,14 @@
 cabal-version:      >=1.10
 name:               cayley-client
-version:            0.4.17
+version:            0.4.18
 license:            BSD3
 license-file:       LICENSE
-copyright:          (c) 2015-2021 - Michel Boucey
+copyright:          (c) 2015-2022 - Michel Boucey
 maintainer:         michel.boucey@gmail.com
 author:             Michel Boucey
-tested-with:        ghc ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
+tested-with:
+    ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.2
+
 homepage:           https://github.com/MichelBoucey/cayley-client
 synopsis:           A Haskell client for the Cayley graph database
 description:
@@ -42,11 +44,11 @@
         http-conduit >=2.1.8 && <2.4,
         lens >=4.12.3 && <5.2,
         mtl >=2.2.1 && <2.3,
-        lens-aeson >=1.0.0 && <1.2,
+        lens-aeson ==1.2.*,
         text >=1.2.2 && <1.3,
         transformers >=0.4.2 && <0.6,
         unordered-containers >=0.2.5.1 && <0.3,
-        vector >=0.10.12.3 && <0.13
+        vector >=0.9 && <0.13
 
 test-suite tests
     type:             exitcode-stdio-1.0
