name: nanocurses version: 1.5.1 homepage: http://www.cse.unsw.edu.au/~dons/hmp3.html license: BSD3 license-file: LICENSE author: Don Stewart , John Meacham -- maintainer: Don Stewart Stability: Stable category: User Interfaces synopsis: Simple Curses binding description: This is a simple binding to the Curses library, a common Unix library which allows you to use a terminal as a canvas on which your paint are characters (instead of line by line output); Curses is probably most useful for rogue-like interfaces. . Nanocurses differs from Hscurses and Mage in that it is intended to be portable to Curses libraries other than Ncurses, such as Ocurses, Irix's curses, and so on. So it may not have all their features. (It does not differ significantly from Hmp3's Curses binding, as the Curses.hsc in Nanocurses is essentially extracted from Hmp3.) build-type: Simple build-depends: base>3, unix, bytestring tested-with: GHC==6.8.2 extra-source-files: configure configure.ac cbits/config.h.in ./cbits/utils.h exposed-modules: UI.Nanocurses.Curses extensions: CPP, ForeignFunctionInterface ghc-options: -Wall -funbox-strict-fields -optl-Wl,-s -threaded extra-libraries: curses include-dirs: cbits c-sources: cbits/utils.c