diff --git a/src/Yi/Snippet/Internal.hs b/src/Yi/Snippet/Internal.hs
--- a/src/Yi/Snippet/Internal.hs
+++ b/src/Yi/Snippet/Internal.hs
@@ -27,7 +27,6 @@
     , filename
     ) where
 
-import Control.Lens
 import Control.Monad.Free
 import Control.Monad.State hiding (state)
 import Control.Monad.Writer
@@ -37,6 +36,7 @@
 import Data.Maybe
 import Data.Typeable
 import GHC.Generics
+import Lens.Micro.Platform ((.~))
 
 import Yi.Buffer
 import Yi.Editor (withCurrentBuffer)
diff --git a/yi-snippet.cabal b/yi-snippet.cabal
--- a/yi-snippet.cabal
+++ b/yi-snippet.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.14.0.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           yi-snippet
-version:        0.13.5
+version:        0.13.6
 synopsis:       Snippet support for yi
 category:       Yi
 homepage:       https://github.com/yi-editor/yi#readme
@@ -27,7 +27,7 @@
     , containers >= 0.5.6
     , data-default >= 0.5
     , free >= 4.12
-    , lens >= 4.13
+    , microlens-platform
     , mtl >= 2.2
     , text >= 1.2
     , vector >= 0.11
@@ -52,7 +52,7 @@
     , containers >= 0.5.6
     , data-default >= 0.5
     , free >= 4.12
-    , lens >= 4.13
+    , microlens-platform
     , mtl >= 2.2
     , text >= 1.2
     , vector >= 0.11
