diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.1.2.1
+=======
+
+  * Compatibility with latest `lens`
+
 0.1.2.0
 =======
 
diff --git a/meep.cabal b/meep.cabal
--- a/meep.cabal
+++ b/meep.cabal
@@ -1,5 +1,5 @@
 name:                meep
-version:             0.1.2.0
+version:             0.1.2.1
 synopsis:
   A silly container
 description:
@@ -22,7 +22,7 @@
 source-repository this
   type:     git
   location: https://github.com/supki/meep
-  tag:      0.1.2.0
+  tag:      0.1.2.1
 
 library
   default-language:
diff --git a/src/Data/Meep.hs b/src/Data/Meep.hs
--- a/src/Data/Meep.hs
+++ b/src/Data/Meep.hs
@@ -33,7 +33,7 @@
   ) where
 
 import Control.Applicative (pure, liftA2)
-import Control.Lens
+import Control.Lens hiding (Empty)
 import Data.Bifoldable (Bifoldable(..))
 import Data.Bifunctor.Apply (Biapply(..))
 import Data.Bitraversable (Bitraversable(..))
