name: telegram-bot version: 0.5.1.0 synopsis: Telegram Bot microframework for Haskell description: Please see README.md homepage: https://github.com/akru/telegram-bot#readme license: BSD3 license-file: LICENSE author: Alexander Krupenkin maintainer: mail@akru.me copyright: Alexander Krupenkin category: Web build-type: Simple cabal-version: >=1.10 executable hello-bot hs-source-dirs: examples main-is: Hello.hs build-depends: base >= 4.7 && < 5 , telegram-bot , text ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 default-extensions: OverloadedStrings library hs-source-dirs: src exposed-modules: Web.Telegram.Bot , Web.Telegram.Bot.Story , Web.Telegram.Bot.Types other-modules: Web.Telegram.Bot.Internal build-depends: base >= 4.7 && < 4.10 , http-client-tls , transformers , telegram-api , http-client , containers , pipes , text default-language: Haskell2010 default-extensions: OverloadedStrings test-suite telegram-bot-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , telegram-bot ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/akru/telegram-bot