hscurses-1.3: hscurses.cabal
Name: hscurses
Version: 1.3
License: LGPL
License-file: LICENSE
Author: John Meacham <john at repetae dot net>
Tuomo Valkonen <tuomov at iki.fi>
Don Stewart <http://www.cse.unsw.edu.au/~dons>
Stefan Wehr <http://www.informatik.uni-freiburg.de/~wehr/>
Copyright: Stefan Wehr 2004, 2005
Don Stewart 2004
Tuomo Valkonen 2004
John Meacham 2002-2004
Maintainer: Stefan Wehr <http://www.informatik.uni-freiburg.de/~wehr/>
Stability: Stable
Category: User-interface
Synopsis: NCurses bindings for Haskell
Description:
Binding to NCurses, a library of functions that manage an
application's display on character-cell terminals. Additionally,
it contains some basic widgets such as a text input widget and
a table widget.
Homepage: http://www.informatik.uni-freiburg.de/~wehr/haskell/
Build-depends: base >= 1.0, unix >= 1.0, mtl >= 1.0, old-time, old-locale
Build-Type: Simple
Tested-with: GHC==6.8.2, GHC==6.6.1
Exposed-modules:
UI.HSCurses.Curses, UI.HSCurses.CursesHelper, UI.HSCurses.Widgets,
UI.HSCurses.MonadException, UI.HSCurses.Logging
Other-modules:
UI.HSCurses.CWString, UI.HSCurses.IConv
C-sources:
cbits/HSCursesUtils.c
Includes:
HSCurses.h, HSCursesUtils.h
Data-files:
README, TODO, example/contacts2, example/Setup.hs, example/ContactManager.hs,
example/cm.cabal, example/contacts
Extra-source-files:
UI/HSCurses/Curses.hsc,
UI/HSCurses/CursesHelper.hs, UI/HSCurses/CWString.hsc, UI/HSCurses/Widgets.hs,
UI/HSCurses/MonadException.hs, UI/HSCurses/Logging.hs, UI/HSCurses/IConv.hsc,
cbits/config.h.in, cbits/HSCursesUtils.h, cbits/HSCurses.h
Extensions: CPP, ForeignFunctionInterface, GeneralizedNewtypeDeriving, ScopedTypeVariables, ExistentialQuantification
Include-dirs: cbits .
Ghc-options: -funbox-strict-fields -Wall -fvia-c