packages feed

bitspeak-0.0.3: bitspeak.cabal

cabal-version: >= 1.2.3
name: bitspeak
synopsis:
  Proof-of-concept tool for writing using binary choices.
description:
  This was an application for exercising writing
  using binary choices, i.e., selecting from two sets of
  consecutive letters.
version: 0.0.3
license: GPL
license-file: LICENSE
maintainer: none
author: Maurício C. Antunes
build-type: Simple
category: Accessibility
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