packages feed

hsay-1.1.0: hsay.cabal

name:                hsay
version:             1.1.0
synopsis:            (ab)Use Google Translate as a speech synthesiser
description:         (ab)Use Google Translate as a speech synthesiser.

                     Downloads mp3s from Google Translate with whatever
                     you wanted synthesised, and plays them with mpg123.
license:             GPL-3
license-file:        LICENSE
author:              Alexander Berntsen
maintainer:          alexander@plaimi.net
copyright:           Alexander Berntsen 2014
category:            Accessibility

build-type:          Simple
cabal-version:       >=1.10
data-files:          data/flip.mp3

source-repository head
  type:              git
  location:          git://github.com/alexander-b/hsay.git

executable hsay
  default-language:  Haskell2010
  hs-source-dirs:    src-exec
  main-is:           hsay.hs
  build-depends:     base >=4.7 && <4.8,
                     Hclip >=3 && <4,
                     HTTP >= 4000.2 && < 4000.3,
                     process >= 1.2.0.0 && < 1.3.0.0,
                     unix >= 2.7.0.0 && < 2.8.0.0