Cabal revisions of hsay-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial hsay.cabal generated by cabal init. For further documentation, --- see http://haskell.org/cabal/users-guide/--name: hsay-version: 1.0.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--executable hsay- hs-source-dirs: src-exec- main-is: Hsay.hs- build-depends: base >=4.7 && <4.8,- HTTP >= 4000.2 && < 4000.3,- process >= 1.2.0.0 && < 1.3.0.0,- unix >= 2.7.0.0 && < 2.8.0.0- default-language: Haskell2010+-- Initial hsay.cabal generated by cabal init. For further documentation, +-- see http://haskell.org/cabal/users-guide/ + +name: hsay +version: 1.0.0 +x-revision: 1 +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 + hs-source-dirs: src-exec + main-is: Hsay.hs + build-depends: base >=4.7 && <4.8, + HTTP >= 4000.2 && < 4000.3, + process >= 1.2.0.0 && < 1.3.0.0, + unix >= 2.7.0.0 && < 2.8.0.0 + default-language: Haskell2010