diff --git a/generic-lens-lite.cabal b/generic-lens-lite.cabal
--- a/generic-lens-lite.cabal
+++ b/generic-lens-lite.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name:          generic-lens-lite
-version:       0.1
+version:       0.1.1
 synopsis:      Monomorphic field lens like with generic-lens
 category:      Lens, 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,7 +41,7 @@
   ghc-options:      -Wall
   exposed-modules:  Data.Generics.Lens.Lite
   other-modules:    Data.Functor.Confusing
-  build-depends:    base >=4.9 && <4.14
+  build-depends:    base >=4.12.0.0 && <4.21
 
   if impl(ghc >=8.4)
     ghc-options:
