packages feed

microsoft-translator-0.1.0.0: microsoft-translator.cabal

name:                microsoft-translator
version:             0.1.0.0
synopsis:            Bindings to the Microsoft Translator API
description:         Bindings to the Microsoft Translator API
license:             MIT
license-file:        LICENSE
author:              Cliff Harvey
maintainer:          cs.hbar@gmail.com
copyright:           Cliff Harvey 2017
category:            Natural Language
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library

  build-depends:         base            >= 4.10 && < 4.11
                       , servant         >= 0.11 && < 0.12
                       , servant-client  >= 0.11 && < 0.12
                       , text            >= 1.2  && < 1.3
                       , http-client     >= 0.5  && < 0.6
                       , http-client-tls >= 0.3  && < 0.4
                       , http-media      >= 0.7  && < 0.8
                       , bytestring      >= 0.10 && < 0.11
                       , http-api-data   >= 0.3  && < 0.4
                       , mtl             >= 2.2  && < 2.3
                       , time            >= 1.8  && < 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