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
@@ -32,6 +32,8 @@
        , statusPlace
        , statusPossiblySensitive
        , statusScopes
+       , statusQuotedStatusId
+       , statusQuotedStatus
        , statusRetweetCount
        , statusRetweeted
        , statusRetweetedStatus
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.7.0
+version:             0.7.1
 synopsis:            Twitter JSON types (lens powered)
 homepage:            https://github.com/himura/twitter-types-lens
 license:             BSD3
