Cabal revisions of yi-keymap-emacs-0.19.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: yi-keymap-emacs-version: 0.19.0-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 <yi-devel@googlegroups.com>-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.8 && < 5- , containers- , filepath- , Hclip- , microlens-platform- , mtl- , oo-prototypes- , text- , transformers-base- , yi-core >= 0.19- , yi-misc-modes >= 0.19- , yi-language >= 0.19- , 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+name: yi-keymap-emacs +version: 0.19.0 +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 <yi-devel@googlegroups.com> +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.19 + , yi-misc-modes >= 0.19 + , yi-language >= 0.19 + , 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