deepl-0.1.0.0: deepl.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: deepl
version: 0.1.0.0
synopsis: Call DeepL to translate you files
description: Please see the README on GitHub at <https://gitlab.com/global-access-public/deepl/-/blob/master/README.md>
category: Web, Language
author: Paolo Veronelli
maintainer: paolo.veronelli@gmail.com
copyright: 2021 Global Access
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Config
DeepL
other-modules:
Paths_deepl
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, cmdargs
, foldl
, lens
, lens-aeson
, protolude
, resourcet
, streaming
, streaming-bytestring
, wreq
default-language: Haskell2010
executable deepl
main-is: Main.hs
other-modules:
Paths_deepl
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, cmdargs
, deepl
, foldl
, lens
, lens-aeson
, protolude
, resourcet
, streaming
, streaming-bytestring
, wreq
default-language: Haskell2010