diff --git a/generic-optics-lite.cabal b/generic-optics-lite.cabal
--- a/generic-optics-lite.cabal
+++ b/generic-optics-lite.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name:          generic-optics-lite
-version:       0.1
+version:       0.1.1
 synopsis:      Monomorphic field opics like with generic-lens
 category:      Lens, Optics, Generics
 description:
@@ -20,7 +20,15 @@
 maintainer:    Oleg Grenrus <oleg.grenrus@iki.fi>
 copyright:     Copyright (c) 2019 Edward Kmett, 2020 Oleg Grenrus
 build-type:    Simple
-tested-with:   GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1
+tested-with:
+  GHC ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.8
+   || ==9.4.8
+   || ==9.6.3
+   || ==9.8.1
 
 source-repository head
   type:     git
@@ -33,9 +41,9 @@
   ghc-options:      -Wall
   exposed-modules:  Data.Generics.Optics.Lite
   build-depends:
-    , base               >=4.9 && <4.14
-    , generic-lens-lite  >=0.1 && <0.1.1
-    , optics-core        ^>=0.2
+    , base               >=4.12.0.0 && <4.21
+    , generic-lens-lite  >=0.1.1    && <0.1.2
+    , optics-core        >=0.4.1.1  && <0.5
 
   if impl(ghc >=8.4)
     ghc-options:
