Index: b/generic-lens-core.cabal
===================================================================
--- a/generic-lens-core.cabal
+++ b/generic-lens-core.cabal
@@ -1,5 +1,7 @@
+cabal-version:        >= 1.10
 name:                 generic-lens-core
 version:              2.2.1.0
+x-revision:           2
 synopsis:             Generically derive traversals, lenses and prisms.
 description:          This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
                       .
@@ -16,8 +18,17 @@ author:               Csongor Kiss
 maintainer:           kiss.csongor.kiss@gmail.com
 category:             Generics, Records, Lens
 build-type:           Simple
-cabal-version:        >= 1.10
-Tested-With:          GHC == 8.4.1, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.3, GHC == 9.0.1, GHC == 9.2.1
+
+tested-with:
+  GHC == 9.8.1
+  GHC == 9.6.3
+  GHC == 9.4.8
+  GHC == 9.2.8
+  GHC == 9.0.2
+  GHC == 8.10.7
+  GHC == 8.8.4
+  GHC == 8.6.5
+  GHC == 8.4.4
 
 extra-source-files:   ChangeLog.md
 
@@ -57,7 +68,7 @@ library
                     , Data.Generics.Product.Internal.HList
 
   build-depends:      base        >= 4.11 && < 5
-                    , text        >= 1.2 && < 1.3
+                    , text        >= 1.2 && < 1.3 || >= 2.0 && < 2.2
                     , indexed-profunctors >= 0.1 && < 1.0
 
   hs-source-dirs:     src
@@ -67,4 +78,3 @@ library
 source-repository head
   type:               git
   location:           https://github.com/kcsongor/generic-lens
-
