diff --git a/Web/Twitter/Types/Lens.hs b/Web/Twitter/Types/Lens.hs
--- a/Web/Twitter/Types/Lens.hs
+++ b/Web/Twitter/Types/Lens.hs
@@ -115,6 +115,7 @@
        , userCreatedAt
        , userDefaultProfile
        , userDefaultProfileImage
+       , userEmail
        , userDescription
        , userFavoritesCount
        , userFollowRequestSent
@@ -169,6 +170,17 @@
        , enURLs
        , enMedia
 
+       -- * 'TT.ExtendedEntity'
+       , TT.ExtendedEntity
+       , exeID
+       , exeMediaUrl
+       , exeMediaUrlHttps
+       , exeURL
+       , exeSizes
+       , exeType
+       , exeDurationMillis
+       , exeExtAltText
+
        -- * 'TT.Entity'
        , TT.Entity
        , entityBody
@@ -289,6 +301,7 @@
 makeLenses ''TT.User
 makeLenses ''TT.List
 makeLenses ''TT.Entities
+makeLenses ''TT.ExtendedEntity
 makeLenses ''TT.Entity
 makeLenses ''TT.HashTagEntity
 makeLenses ''TT.UserEntity
diff --git a/twitter-types-lens.cabal b/twitter-types-lens.cabal
--- a/twitter-types-lens.cabal
+++ b/twitter-types-lens.cabal
@@ -1,7 +1,8 @@
 name:                twitter-types-lens
-version:             0.7.2
+version:             0.8.0
 synopsis:            Twitter JSON types (lens powered)
-homepage:            https://github.com/himura/twitter-types-lens
+description:         Please see the README on Github at <https://github.com/himura/twitter-types#readme>
+homepage:            https://github.com/himura/twitter-types
 license:             BSD3
 license-file:        LICENSE
 author:              Takahiro HIMURA
@@ -10,9 +11,11 @@
 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
+
 source-repository head
   type: git
-  location: git://github.com/himura/twitter-types-lens.git
+  location: git://github.com/himura/twitter-types.git
 
 library
   ghc-options: -Wall
@@ -28,6 +31,6 @@
     , template-haskell
     , text
     , time
-    , twitter-types >= 0.7.2 && < 0.8
+    , twitter-types >= 0.8 && < 0.9
 
   default-language:    Haskell2010
