Index: b/optics-core.cabal
===================================================================
--- a/optics-core.cabal
+++ b/optics-core.cabal
@@ -1,13 +1,16 @@
 cabal-version: 2.2
 name:          optics-core
 version:       0.4.1.1
+x-revision:    1
 license:       BSD-3-Clause
 license-file:  LICENSE
 build-type:    Simple
 maintainer:    optics@well-typed.com
 author:        Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus
 tested-with:   GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
-                || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4
+                || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
+                || ==9.10.1,
+               GHCJS ==8.4
 synopsis:      Optics as an abstract interface: core definitions
 category:      Data, Optics, Lenses
 description:
@@ -73,7 +76,7 @@ library
 
   build-depends: base                   >= 4.10       && <5
                , array                  >= 0.5.2.0    && <0.6
-               , containers             >= 0.5.10.2   && <0.7
+               , containers             >= 0.5.10.2   && <0.8
                , indexed-profunctors    >= 0.1        && <0.2
                , transformers           >= 0.5        && <0.7
                , indexed-traversable    >= 0.1        && <0.2
