diff --git a/twitter-types-lens.cabal b/twitter-types-lens.cabal
--- a/twitter-types-lens.cabal
+++ b/twitter-types-lens.cabal
@@ -1,5 +1,5 @@
 name:                twitter-types-lens
-version:             0.10.0
+version:             0.10.1
 synopsis:            Twitter JSON types (lens powered)
 description:         Please see the README on Github at <https://github.com/himura/twitter-types#readme>
 homepage:            https://github.com/himura/twitter-types
@@ -11,7 +11,7 @@
 build-type:          Simple
 cabal-version:       >=1.10
 
-tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
+tested-with:         GHC == 8.8.3, GHC == 8.10.4, GHC == 9.0.1
 
 source-repository head
   type: git
@@ -27,7 +27,7 @@
 
   build-depends:
       base >= 4 && < 5
-    , lens >= 4.0 && < 5
+    , lens >= 4.0
     , template-haskell
     , text
     , time
