packages feed

yi-keymap-cua 0.13.4 → 0.13.5

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Yi.Config.Default.Cua: configureCua :: ConfigM ()

Files

yi-keymap-cua.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           yi-keymap-cua-version:        0.13.4+version:        0.13.5 synopsis:       Cua keymap for Yi editor category:       Yi homepage:       https://github.com/yi-editor/yi#readme@@ -29,8 +29,8 @@     , yi-keymap-emacs     , yi-rope   exposed-modules:+      Yi.Config.Default.Cua       Yi.Keymap.Cua   other-modules:-      Yi.Config.Default.Cua       Paths_yi_keymap_cua   default-language: Haskell2010