name: microsoft-translator
version: 0.1.1
synopsis: Bindings to the Microsoft Translator API
description:
Bindings to the text portion of the <https://www.microsoft.com/en-us/translator/products.aspx Microsoft Translator API>.
.
The service has a free tier allowing for 2 million translated characters per month.
.
The supported endpoints allow for translating (lists of) text, and provide
sentence-break information about both the original and returned passages.
license: MIT
license-file: LICENSE
author: Cliff Harvey
maintainer: cs.hbar@gmail.com
copyright: Cliff Harvey 2017
homepage: https://github.com/BlackBrane/microsoft-translator
category: Natural Language
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
tested-with: GHC == 8.0.2, GHC == 8.2.2
library
build-depends: base >= 4.9 && < 4.11
, servant >= 0.9 && < 0.13
, servant-client >= 0.9 && < 0.13
, text >= 1.2 && < 1.3
, http-client >= 0.5 && < 0.6
, http-client-tls >= 0.3 && < 0.4
, http-media >= 0.6 && < 0.8
, bytestring >= 0.10 && < 0.11
, http-api-data >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, time >= 1.6 && < 1.9
, xml >= 1.3 && < 1.4
, safe >= 0.3 && < 0.4
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: Microsoft.Translator.API.Auth
, Microsoft.Translator.API
, Microsoft.Translator
, Microsoft.TranslatorExample
other-modules: Microsoft.Translator.Exception
, Microsoft.Translator.Language
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/BlackBrane/microsoft-translator