name: vty version: 3.0.0 license: BSD3 copyright: maintainer: stefanor@cox.net stability: homepage: package-url: description: vty is a *very* simplistic library in the niche of ncurses. It is intended to be easy to use, have no confusing corner cases, and good support for common terminal types. . If you want to use it, currently the best reference is the test module (Test.hs). . Notable infelicities: requires an ANSI-type terminal, poor efficiency, requires Linux\/xterm style UTF8 support. . © 2006-2007 Stefan O'Rear; BSD3 license. category: User Interfaces author: Stefan O'Rear exposed: True exposed-modules: Graphics.Vty hidden-modules: UTF8 Graphics.Vty.Types Graphics.Vty.Cursor import-dirs: /home/dons/lib/vty-3.0.0/ghc-6.6 library-dirs: /home/dons/lib/vty-3.0.0/ghc-6.6 hs-libraries: HSvty-3.0.0 extra-libraries: extra-ghci-libraries: include-dirs: /home/dons/lib/vty-3.0.0/ghc-6.6/include includes: gwinsz.h depends: base-2.0 unix-1.0 hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: /home/dons/share/vty-3.0.0/doc/html/vty.haddock haddock-html: /home/dons/share/vty-3.0.0/doc/html