ncurses-0.1.0.1: ncurses.cabal
name: ncurses
version: 0.1.0.1
synopsis: Modernised bindings to GNU ncurses
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: jmillikin@gmail.com
copyright: Copyright (c) John Millikin 2010
build-type: Simple
cabal-version: >=1.6
category: User Interfaces, Foreign
stability: experimental
bug-reports: mailto:jmillikin@gmail.com
homepage: http://john-millikin.com/software/bindings/ncurses/
tested-with: GHC==6.12.1
source-repository head
type: bazaar
location: http://john-millikin.com/software/bindings/ncurses/
library
ghc-options: -Wall -fno-warn-unused-do-bind
build-depends:
base >= 4 && < 5
, containers >= 0.2 && < 0.4
, text >= 0.7 && < 0.11
, transformers >= 0.2 && < 0.3
build-tools:
c2hs >= 0.15
extra-libraries: panel ncursesw
exposed-modules:
UI.NCurses
UI.NCurses.Panel
other-modules:
UI.NCurses.Enums
UI.NCurses.Types