name: vty
version: 3.1.8.4
license: BSD3
copyright:
maintainer: Corey O'Connor (coreyoconnor@gmail.com)
stability:
homepage: http://trac.haskell.org/vty/
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.
             .
             The latest code is in a darcs repo at <http://code.haskell.org/vty/>. This is only
             compatible with GHC 6.10+.
             .
             The 3.1.8.* line of vty which is compatable with GHC 6.8 and GHC 6.10 is currently
             in the darcs repo at <http://www.tothepowerofdisco.com/repo/vty-compat>.
             '
             &#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 Graphics.Vty.Output
                Graphics.Vty.ControlStrings
import-dirs: /usr/lib/haskell-packages/ghc6/lib/vty-3.1.8.4/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/vty-3.1.8.4/ghc-6.10.4
hs-libraries: HSvty-3.1.8.4
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc6/lib/vty-3.1.8.4/ghc-6.10.4/include
includes:
depends: base-4.1.0.0 bytestring-0.9.1.4 containers-0.2.0.1
         extensible-exceptions-0.1.1.0 terminfo-0.3.0.2 unix-2.3.2.0
         utf8-string-0.3.5
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/share/ghc6-doc/ghc-6.10.4/haddock/vty.haddock
haddock-html: /usr/share/doc/libghc6-vty-doc/html/
