diff --git a/prologue.cabal b/prologue.cabal
--- a/prologue.cabal
+++ b/prologue.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c4ac2d8a2cf690d575a5572d62c3e25da1aa1c98cf8be1ff65b96d0531f97fbf
+-- hash: 496b37f67c88f6d5147679947f05f3f1d0999ed2cb39f2fa5acfd7bd67a4c0ff
 
 name:           prologue
-version:        3.2.2
+version:        3.2.3
 synopsis:       Better, more general Prelude exporting common utilities.
 description:    Replacement for the Haskell's Prelude, exposing more commonly used functions and patching old GHC ones to behave in the newest GHC's way.
 category:       control
diff --git a/src/Prologue.hs b/src/Prologue.hs
--- a/src/Prologue.hs
+++ b/src/Prologue.hs
@@ -136,8 +136,9 @@
 -- === Lenses === --
 import Control.Lens                     as X (Lens, Lens', Iso, Iso', Traversal, Traversal', At, Ixed, Index, IxValue, ix, iso, at, from, lens, over, both, _1, _2, _3, _4, _5, _6, _7, _8, _9)
 import Control.Lens                     as X (view, set)
+import Control.Lens                     as X (_1, _2, _3)
 import Control.Lens                     as X ((^.), (.~), (%~), (^?), (<&>))
-import Control.Lens.Utils.Wrapped       as X (wrap, unwrap, wrapped)
+import Control.Lens.Utils.Wrapped       as X (wrap, unwrap, wrapped, wrapped')
 import Control.Lens.Utils.TH            as X (makeLenses, makeClassy)
 
 import Control.Lens.At                  as X ()
