packages feed

hscurses-1.2: hscurses.conf.m4.in.64

dnl Package configuration file for use with ghc-pkg >= 6.4

Name:           hscurses
Version:        1.0
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.stefanwehr.de>
Maintainer:     Stefan Wehr <http://www.stefanwehr.de>
Copyright:      Stefan Wehr 2004, 2005
                Don Stewart 2004
                Tuomo Valkonen 2004
                John Meacham 2002-2004
Homepage:       http://www.stefanwehr.de/haskell
Category:       User-interface
Depends:        base, haskell98, unix
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.
Exposed-modules:
    HSCurses.Curses, HSCurses.CursesHelper, HSCurses.Widgets,
    HSCurses.MonadException, HSCurses.Logging
Hidden-modules:
    HSCurses.CWString, HSCurses.IConv
C-sources:      
    cbits/HSCursesUtils.c HSCurses/CWString_hsc.c HSCurses/Curses_hsc.c
Includes:         HSCurses.h, HSCursesUtils.h
hs-libraries:     hscurses
Extra-libraries:  @CURSES@ @ICONV@
ifdef(`__INSTALLING__', `
Import-dirs:      @prefix@/lib/hscurses/imports
Library-dirs:     @prefix@/lib/hscurses
Include-dirs:     @prefix@/include/hscurses
',`
Import-dirs:      @current_directory@
Library-dirs:     @current_directory@
Include-dirs:     @current_directory@/cbits
')