packages feed

yi-keymap-cua-0.13: yi-keymap-cua.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           yi-keymap-cua
version:        0.13
synopsis:       Cua 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
    , microlens-platform
    , text
    , yi-core
    , yi-keymap-emacs
    , yi-rope
  exposed-modules:
      Yi.Keymap.Cua
  other-modules:
      Yi.Config.Default.Cua
      Paths_yi_keymap_cua
  default-language: Haskell2010