name: vty
version: 3.0.1
license: BSD3
copyright:
maintainer: Stefan O'Rear <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).
             .
infelicities: requires an ANSI-type terminal, poor efficiency,
             requires Linux\/xterm style UTF8 support.
             .
             &#169; 2006-2007 Stefan O'Rear; BSD3 license.
category: User Interfaces
author: Stefan O'Rear
exposed: True
exposed-modules: Graphics.Vty
hidden-modules: Graphics.Vty.Types Graphics.Vty.Cursor
                Graphics.Vty.LLInput
import-dirs: /usr/lib/haskell-packages/ghc6/lib/vty-3.0.1/ghc-6.8.2
library-dirs: /usr/lib/haskell-packages/ghc6/lib/vty-3.0.1/ghc-6.8.2
hs-libraries: HSvty-3.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc6/lib/vty-3.0.1/ghc-6.8.2/include
includes:
depends: base-3.0.1.0 bytestring-0.9.0.1 containers-0.1.0.1
         unix-2.3.0.0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces:
                              /usr/share/doc/libghc6-vty-doc/html/vty/vty.haddock
haddock-html:
                                 /usr/share/doc/libghc6-vty-doc/html/vty
