packages feed

terminfo-0.3: terminfo.cabal

Name:           terminfo
Cabal-Version:  >=1.4
Version:        0.3
Category:       User Interfaces
License:        BSD3
License-File:   LICENSE
Copyright:      (c) Judah Jacobson
Author:         Judah Jacobson
Maintainer:     Judah Jacobson <judah.jacobson@gmail.com>
Category:       User Interfaces
Synopsis:       Haskell bindings to the terminfo library.
Description:    This library provides an interface to the terminfo database (via bindings to the
                curses library).  Terminfo allows programs to interact with a variety of terminals 
                using a standard set of capabilities.  
Homepage:       http://code.haskell.org/terminfo
Stability:      Experimental
Build-type:     Configure
Build-depends:  base>=1.0, extensible-exceptions>=0.1.1.0 && < 0.2
extra-source-files: configure.ac configure terminfo.buildinfo.in
extra-tmp-files: config.log config.status autom4te.cache terminfo.buildinfo
Extensions:     ForeignFunctionInterface, DeriveDataTypeable
Exposed-Modules:
                System.Console.Terminfo
                System.Console.Terminfo.Base
                System.Console.Terminfo.Cursor
                System.Console.Terminfo.Edit
                System.Console.Terminfo.Effects
                System.Console.Terminfo.Keys