cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9eca045f6974268b378e7426a633f17e797988d85e8864a59a0e02243942f0a7
name: telegram-raw-api
version: 0.3.0
synopsis: Servant bindings to the Telegram bot API
description: Please see the README on GitHub at <https://github.com/poscat0x04/telegram-raw-api#readme>
category: Web
homepage: https://github.com/poscat0x04/telegram-raw-api#readme
bug-reports: https://github.com/poscat0x04/telegram-raw-api/issues
author: Poscat
maintainer: poscat@mail.poscat.moe
copyright: 2020 Poscat
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/poscat0x04/telegram-raw-api
library
exposed-modules:
Web.Telegram.API.Actions
Web.Telegram.API.Actions.Data
Web.Telegram.API.Editing
Web.Telegram.API.Editing.Data
Web.Telegram.API.Sending
Web.Telegram.API.Sending.Data
Web.Telegram.API.CompoundParam
Web.Telegram.API.Getting
Web.Telegram.API.Update
Web.Telegram.API
other-modules:
Web.Telegram.API.Common
Paths_telegram_raw_api
hs-source-dirs:
src
build-depends:
aeson >=1.4.7 && <1.5
, base >=4.7 && <5
, bytestring >=0.10.10.0 && <0.11
, deriving-aeson >=0.2.3 && <0.3
, generic-lens >=1.2.0.1 && <1.3
, hashable >=1.3.0.0 && <1.4
, http-media >=0.8.0.0 && <0.9
, lens >=4.18.1 && <4.19
, servant >=0.16.2 && <0.17
, servant-client >=0.16.0.1 && <0.17
, servant-multipart >=0.11.5 && <0.12
, telegram-types >=0.4.0 && <0.5
, text >=1.2.4.0 && <1.3
, time >=1.9.3 && <1.11
default-language: Haskell2010
test-suite telegram-raw-api-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_telegram_raw_api
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.4.7 && <1.5
, base >=4.7 && <5
, bytestring >=0.10.10.0 && <0.11
, deriving-aeson >=0.2.3 && <0.3
, generic-lens >=1.2.0.1 && <1.3
, hashable >=1.3.0.0 && <1.4
, http-client >=0.6.4.1 && <0.7
, http-client-tls >=0.3.5.3 && <0.4
, http-media >=0.8.0.0 && <0.9
, lens >=4.18.1 && <4.19
, servant >=0.16.2 && <0.17
, servant-client >=0.16.0.1 && <0.17
, servant-client-core >=0.16 && <0.17
, servant-multipart >=0.11.5 && <0.12
, telegram-raw-api
, telegram-types >=0.4.0 && <0.5
, text >=1.2.4.0 && <1.3
, time >=1.9.3 && <1.11
default-language: Haskell2010