packages feed

bitspeak-0.0.2: bitspeak.cabal

cabal-version: >= 1.2.3
name: bitspeak
homepage: http://bitbucket.org/mauricio/bitspeak
synopsis:
  Writing helper for those with Stephen Hawking like impairment.
description:
  This is a proof-of-concept application for exercising writing
  using binary choices, i.e., selecting from two sets of
  consecutive letters. This is tiresome, but for those suffering
  from motor neuron diseases (specially one like amyotrophic
  lateral sclerosis, where cognitive functions remain intact) even
  this small program can already be used to comunicate with the
  help of an assistant.
version: 0.0.2
license: GPL
license-file: LICENSE
maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>
author: Maurício C. Antunes
build-type: Simple
category: Accessibility
bug-reports: http://bitbucket.org/mauricio/bitspeak/issues
executable bitspeak
  main-is: Main.hs
  hs-source-dirs: src
  extensions:
    ForeignFunctionInterface
  other-modules:
    Corpora
    GtkGdk
    Gui
  build-depends:
    base >= 3 && < 5,
    bindings-DSL >= 1.0.6 && < 1.1,
    bindings-glib >= 0.1.3 && < 0.2,
    bindings-gobject >= 0.2.1 && < 0.3
  c-sources: src/inlines.c
  pkgconfig-depends:
    gdk-2.0 >= 2.20.1,
    gtk+-2.0 >= 2.20.1,
    pango >= 1.28.0