yi-0.13.0.2: yi.cabal
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: yi
version: 0.13.0.2
synopsis: 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
executable yi
main-is: Main.hs
hs-source-dirs:
src
ghc-options: -Wall -ferror-spans -threaded
build-depends:
base >= 4.8 && < 5
, mtl >= 2.2
, yi-core >= 0.13
, yi-frontend-vty >= 0.13
, yi-keymap-emacs >= 0.13
, yi-mode-haskell >= 0.13
, yi-mode-javascript >= 0.13
, yi-misc-modes >= 0.13
default-language: Haskell2010