diff --git a/yi-snippet.cabal b/yi-snippet.cabal
--- a/yi-snippet.cabal
+++ b/yi-snippet.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           yi-snippet
-version:        0.13.7
+version:        0.14.0
 synopsis:       Snippet support for yi
 category:       Yi
 homepage:       https://github.com/yi-editor/yi#readme
@@ -23,16 +23,16 @@
   ghc-options: -Wall -ferror-spans
   build-depends:
       base >= 4.8 && < 5
-    , binary >= 0.7.5
     , containers >= 0.5.6
+    , yi-rope >= 0.7
+    , binary >= 0.7.5
     , data-default >= 0.5
     , free >= 4.12
     , microlens-platform
     , mtl >= 2.2
     , text >= 1.2
     , vector >= 0.11
-    , yi-core >= 0.13.1
-    , yi-rope >= 0.7
+    , yi-core >= 0.14.0
   exposed-modules:
       Yi.Snippet
       Yi.Snippet.Internal
@@ -48,15 +48,7 @@
   ghc-options: -Wall -ferror-spans
   build-depends:
       base >= 4.8 && < 5
-    , binary >= 0.7.5
     , containers >= 0.5.6
-    , data-default >= 0.5
-    , free >= 4.12
-    , microlens-platform
-    , mtl >= 2.2
-    , text >= 1.2
-    , vector >= 0.11
-    , yi-core >= 0.13.1
     , yi-rope >= 0.7
     , tasty-th
     , tasty-hunit
