Name: translate Version: 2010.1.24 Build-type: Simple Synopsis: Haskell binding to Google's AJAX Language API for Translation and Detection Description: Haskell binding to Google's AJAX Language API for Translation and Detection. License: BSD3 License-file: LICENSE Author: Joao F. Ferreira , Jinjing Wang Maintainer: Jinjing Wang Build-Depends: base Cabal-version: >= 1.2 category: Text homepage: http://github.com/nfjinjing/translate data-files: readme.md, changelog.md library ghc-options: -Wall build-depends: base >= 4 && < 5, curl, json, network, utf8-string hs-source-dirs: src/ exposed-modules: Text.Translate Text.Language.Translate Text.Language.Detect Text.Language.Internals