yi-snippet 0.13.7 → 0.14.0
raw patch · 1 files changed
+4/−12 lines, 1 filesdep ~yi-core
Dependency ranges changed: yi-core
Files
- yi-snippet.cabal +4/−12
yi-snippet.cabal view
@@ -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