packages feed

yi-keymap-emacs 0.17.1 → 0.18.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~yi-coredep ~yi-languagedep ~yi-misc-modesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: yi-core, yi-language, yi-misc-modes

API changes (from Hackage documentation)

- Yi.Keymap.Emacs.Utils: promptFile :: Text -> (Text -> YiM ()) -> YiM ()
+ Yi.Keymap.Emacs.Utils: promptFile :: Text -> Text -> YiM () -> YiM ()
- Yi.Keymap.Emacs.Utils: withMinibuffer :: Text -> (Text -> YiM [Text]) -> (Text -> YiM ()) -> YiM ()
+ Yi.Keymap.Emacs.Utils: withMinibuffer :: Text -> Text -> YiM [Text] -> Text -> YiM () -> YiM ()

Files

yi-keymap-emacs.cabal view
@@ -1,5 +1,5 @@ name:           yi-keymap-emacs-version:        0.17.1+version:        0.18.0 synopsis:       Emacs keymap for Yi editor category:       Yi homepage:       https://github.com/yi-editor/yi#readme@@ -27,9 +27,9 @@     , oo-prototypes     , text     , transformers-base-    , yi-core >= 0.17-    , yi-misc-modes >= 0.17-    , yi-language >= 0.17+    , yi-core >= 0.18+    , yi-misc-modes >= 0.18+    , yi-language >= 0.18     , yi-rope >= 0.10   exposed-modules:       Yi.Config.Default.Emacs