-
Notifications
You must be signed in to change notification settings - Fork 7
/
google-translate.cabal
34 lines (31 loc) · 1.08 KB
/
google-translate.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: google-translate
version: 0.5
synopsis: Google Translate API bindings
license: BSD3
license-file: LICENSE
author: David Johnson, Dmitry Dzhus
maintainer: [email protected]
copyright: David Johnson (c) 2018-2025
category: Web
build-type: Simple
cabal-version: >=1.10
description: A Haskell library for the Google Translate service
extra-source-files:
README.md
library
exposed-modules: Web.Google.Translate
ghc-options: -Wall
hs-source-dirs: src
build-depends: aeson
, base >= 4.7 && < 5
, bytestring
, transformers
, http-api-data >= 0.2
, http-client >= 0.4
, servant >= 0.13
, servant-client >= 0.13
, text
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/dmjio/google-translate