name: google-translate version: 0.1.0.0 synopsis: Google Translate API bindings license: BSD3 license-file: LICENSE author: David Johnson maintainer: djohnson.m@gmail.com copyright: David Johnson (c) 2016 category: Web build-type: Simple cabal-version: >=1.10 description: Google Translate Library library exposed-modules: Web.Google.Translate hs-source-dirs: src build-depends: aeson , base >= 4.7 && < 5 , bytestring == 0.10.* , either == 4.4.* , servant == 0.4.* , servant-client == 0.4.* , text == 1.2.* default-language: Haskell2010 source-repository head type: git location: https://github.com/dmjio/google-translate