diff --git a/clckwrks-plugin-page.cabal b/clckwrks-plugin-page.cabal
--- a/clckwrks-plugin-page.cabal
+++ b/clckwrks-plugin-page.cabal
@@ -1,5 +1,5 @@
 name:                clckwrks-plugin-page
-version:             0.4.3.25
+version:             0.4.3.26
 synopsis:            support for CMS/Blogging in clckwrks
 description:         This provides two similar concepts Pages and Posts. Both allow
                      you to create page content by editting pages in the browser. A Post
@@ -13,7 +13,7 @@
 category:            Clckwrks
 build-type:          Simple
 cabal-version:       1.18
-tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.3, GHC == 8.10.2
+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
 
 source-repository head
     type:     git
@@ -40,11 +40,11 @@
                        Clckwrks.Page.Atom
   other-modules:
                        Clckwrks.Page.Verbatim
-  build-depends:       base                   >= 4.3 && < 4.15,
+  build-depends:       base                   >= 4.3 && < 4.17,
                        acid-state             >= 0.12 && < 0.17,
-                       aeson                  (>= 0.4  && < 0.10) || (>= 0.11 && < 1.6),
-                       attoparsec             >= 0.10 && < 0.14,
-                       clckwrks               >= 0.25 && < 0.28,
+                       aeson                  (>= 0.4  && < 0.10) || (>= 0.11 && < 1.6) || (>= 2.0 && < 2.1),
+                       attoparsec             >= 0.10 && < 0.15,
+                       clckwrks               >= 0.25 && < 0.29,
                        containers             >= 0.4  && < 0.7,
                        directory              >= 1.1  && < 1.4,
                        filepath               >= 1.2  && < 1.5,
@@ -61,10 +61,10 @@
                        reform-hsp             == 0.2.*,
                        safecopy               >= 0.8,
                        tagsoup                >= 0.13 && < 0.15,
-                       text                   >= 0.11 && < 1.3,
-                       time                   >= 1.4  && < 1.12,
+                       text                   >= 0.11 && < 2.1,
+                       time                   >= 1.4  && < 1.14,
                        time-locale-compat     >= 0.1  && < 0.2,
-                       template-haskell       >= 2.7  && <= 2.17,
+                       template-haskell       >= 2.7  && <= 2.19,
                        uuid                   >= 1.2  && <= 1.4,
                        uuid-orphans           >= 1.2  && < 1.5,
                        web-plugins            >= 0.4  && < 0.5,
