File: hscurses.cabal

package info (click to toggle)
haskell-hscurses 1.4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 508 kB
  • sloc: haskell: 1,517; ansic: 77; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 2,044 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Name:           hscurses
Version:        1.4.1.0.1
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>
Copyright:      Stefan Wehr 2004 - 2011
                Don Stewart 2004
                Tuomo Valkonen 2004
                John Meacham 2002-2004
Maintainer:     Stefan Wehr <http://www.stefanwehr.de>
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:       https://github.com/skogsbaer/hscurses
Cabal-version: >= 1.6
Build-Type:     Configure
Tested-with:    GHC==6.12.1, GHC==7.0.1, GHC==7.2.1
Data-files:
    README, TODO, ChangeLog,
    example/contacts2, example/Setup.hs, example/ContactManager.hs,
    example/cm.cabal, example/contacts, cbits/config.h.in
    configure, configure.ac, hscurses.buildinfo.in,
    cbits/HSCurses.h, cbits/HSCursesUtils.h

Source-Repository head
  Type:           git
  Location:       git://github.com/skogsbaer/hscurses.git

Library
  Build-depends:  base == 4.*, mtl,
                  old-time >= 1.0 && < 1.2, old-locale == 1.0.*
  if !os(windows)
    Build-depends: unix >= 2.4 && < 2.6
  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
  Extensions:
      CPP, ForeignFunctionInterface, GeneralizedNewtypeDeriving,
      ScopedTypeVariables, ExistentialQuantification
  Include-dirs:     cbits .
  Ghc-options:      -funbox-strict-fields -Wall