name: yi-keymap-emacs version: 0.17.1 x-revision: 1 synopsis: Emacs keymap for Yi editor category: Yi homepage: https://github.com/yi-editor/yi#readme bug-reports: https://github.com/yi-editor/yi/issues maintainer: Yi developers license: GPL-2 build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/yi-editor/yi library hs-source-dirs: src ghc-options: -Wall -ferror-spans build-depends: base >= 4.9 && < 5 -- GHC 7.10 needs dependencies semigroups and fail , containers , filepath , Hclip , microlens-platform , mtl , oo-prototypes , text , transformers-base , yi-core >= 0.17 , yi-misc-modes >= 0.17 , yi-language >= 0.17 , yi-rope >= 0.10 exposed-modules: Yi.Config.Default.Emacs Yi.Keymap.Emacs Yi.Keymap.Emacs.KillRing Yi.Keymap.Emacs.Utils other-modules: Paths_yi_keymap_emacs default-language: Haskell2010