name: yi-gtk version: 0.2.1 category: Editor synopsis: GTK backend for Yi description: Core functions for the GTK backend of Yi. Note that you will need the yi package to use this. . Note that this is *not* for versions of Yi 0.3 or higher! license: GPL license-file: LICENSE author: Don Stewart maintainer: dons@cse.unsw.edu.au build-type: Simple build-depends: ghc>=6.6, base, mtl, gtk>=0.9.11, sourceview>=0.9.11, regex-posix, filepath>=1.0, yi<= 0.2 exposed-modules: Yi Yi.Buffer Yi.Char Yi.CharMove Yi.Core Yi.CoreUI Yi.Debug Yi.Editor Yi.Eval Yi.Event Yi.FastBuffer Yi.History Yi.Interact Yi.Kernel Yi.Keymap Yi.Keymap.Completion Yi.Keymap.Ee Yi.Keymap.Emacs Yi.Keymap.Emacs.Keys Yi.Keymap.Emacs.KillRing Yi.Keymap.Emacs.UnivArgument Yi.Keymap.Joe Yi.Keymap.Mg Yi.Keymap.Nano Yi.Keymap.Vi Yi.Keymap.Vim Yi.MkTemp Yi.Process Yi.Region Yi.Search Yi.String Yi.Style Yi.UI Yi.Undo Yi.Version Yi.Window Yi.Yi include-dirs: cbits hs-source-dirs: gtk, . c-sources: cbits/YiUtils.c extensions: CPP, ForeignFunctionInterface ghc-options: -Wall -fglasgow-exts -funbox-strict-fields extra-source-files: gtk/Yi/UI.hs-boot Yi/Editor.hs-boot cbits/YiUtils.h