yi-snippet 0.15.0 → 0.16.0
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~yi-core
Dependency ranges changed: yi-core
Files
- src/Yi/Snippet/Internal.hs +1/−1
- yi-snippet.cabal +2/−2
src/Yi/Snippet/Internal.hs view
@@ -63,7 +63,7 @@ instance Binary Var instance Binary VarValue instance Default VarValue where- def = DefaultValue def+ def = DefaultValue mempty type Vars = M.Map Var VarValue
yi-snippet.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: yi-snippet-version: 0.15.0+version: 0.16.0 synopsis: Snippet support for yi category: Yi homepage: https://github.com/yi-editor/yi#readme@@ -32,7 +32,7 @@ , mtl >= 2.2 , text >= 1.2 , vector >= 0.11- , yi-core >= 0.15.0+ , yi-core >= 0.16.0 exposed-modules: Yi.Snippet Yi.Snippet.Internal