Name: translate Version: 2009.12.17 Build-type: Simple Synopsis: Haskell binding to Google translate Description: translate "en" "fr" "hello" License: BSD3 License-file: LICENSE Author: Wang, Jinjing Maintainer: Wang, Jinjing Build-Depends: base Cabal-version: >= 1.2 category: Codec homepage: http://github.com/nfjinjing/translate data-files: readme.md, changelog.md library ghc-options: -Wall build-depends: base >= 4 && < 5, curl, json, network hs-source-dirs: src/ exposed-modules: Text.Translate