packages feed

Cabal revisions of telegram-bot-simple-0.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 4280984aa13d278dcdd078adc9dbae36453194881344c26a0dc1fb8e4f46ee35--name:           telegram-bot-simple-version:        0.2.0-synopsis:       Easy to use library for building Telegram bots.-description:    Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme>-category:       Web-homepage:       https://github.com/fizruk/telegram-bot-simple#readme-bug-reports:    https://github.com/fizruk/telegram-bot-simple/issues-author:         Nickolay Kudasov-maintainer:     nickolay.kudasov@gmail.com-copyright:      Nickolay Kudasov-license:        BSD3-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files:-    CHANGELOG.md-    README.md--source-repository head-  type: git-  location: https://github.com/fizruk/telegram-bot-simple--library-  exposed-modules:-      Telegram.Bot.API-      Telegram.Bot.API.Games-      Telegram.Bot.API.GettingUpdates-      Telegram.Bot.API.InlineMode-      Telegram.Bot.API.Internal.Utils-      Telegram.Bot.API.MakingRequests-      Telegram.Bot.API.Methods-      Telegram.Bot.API.Payments-      Telegram.Bot.API.Stickers-      Telegram.Bot.API.Types-      Telegram.Bot.API.UpdatingMessages-      Telegram.Bot.Simple-      Telegram.Bot.Simple.BotApp-      Telegram.Bot.Simple.BotApp.Internal-      Telegram.Bot.Simple.Conversation-      Telegram.Bot.Simple.Debug-      Telegram.Bot.Simple.Eff-      Telegram.Bot.Simple.InlineKeyboard-      Telegram.Bot.Simple.Reply-      Telegram.Bot.Simple.UpdateParser-  other-modules:-      Paths_telegram_bot_simple-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      aeson-    , aeson-pretty-    , base >=4.9 && <5-    , bytestring-    , cron-    , hashable-    , http-api-data-    , http-client-    , http-client-tls-    , monad-control-    , mtl-    , pretty-show-    , profunctors-    , servant-    , servant-client-    , split-    , stm-    , template-haskell-    , text-    , time-    , transformers-    , unordered-containers-  default-language: Haskell2010--executable example-echo-bot-  main-is: examples/EchoBot.hs-  other-modules:-      Paths_telegram_bot_simple-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      aeson-    , aeson-pretty-    , base >=4.9 && <5-    , bytestring-    , cron-    , hashable-    , http-api-data-    , http-client-    , http-client-tls-    , monad-control-    , mtl-    , pretty-show-    , profunctors-    , servant-    , servant-client-    , split-    , stm-    , telegram-bot-simple-    , template-haskell-    , text-    , time-    , transformers-    , unordered-containers-  default-language: Haskell2010--executable example-todo-bot-  main-is: examples/EchoBot.hs-  other-modules:-      Paths_telegram_bot_simple-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      aeson-    , aeson-pretty-    , base >=4.9 && <5-    , bytestring-    , cron-    , hashable-    , http-api-data-    , http-client-    , http-client-tls-    , monad-control-    , mtl-    , pretty-show-    , profunctors-    , servant-    , servant-client-    , split-    , stm-    , telegram-bot-simple-    , template-haskell-    , text-    , time-    , transformers-    , unordered-containers+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 4280984aa13d278dcdd078adc9dbae36453194881344c26a0dc1fb8e4f46ee35
+
+name:           telegram-bot-simple
+version:        0.2.0
+x-revision: 1
+synopsis:       Easy to use library for building Telegram bots.
+description:    Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme>
+category:       Web
+homepage:       https://github.com/fizruk/telegram-bot-simple#readme
+bug-reports:    https://github.com/fizruk/telegram-bot-simple/issues
+author:         Nickolay Kudasov
+maintainer:     nickolay.kudasov@gmail.com
+copyright:      Nickolay Kudasov
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    CHANGELOG.md
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/fizruk/telegram-bot-simple
+
+library
+  exposed-modules:
+      Telegram.Bot.API
+      Telegram.Bot.API.Games
+      Telegram.Bot.API.GettingUpdates
+      Telegram.Bot.API.InlineMode
+      Telegram.Bot.API.Internal.Utils
+      Telegram.Bot.API.MakingRequests
+      Telegram.Bot.API.Methods
+      Telegram.Bot.API.Payments
+      Telegram.Bot.API.Stickers
+      Telegram.Bot.API.Types
+      Telegram.Bot.API.UpdatingMessages
+      Telegram.Bot.Simple
+      Telegram.Bot.Simple.BotApp
+      Telegram.Bot.Simple.BotApp.Internal
+      Telegram.Bot.Simple.Conversation
+      Telegram.Bot.Simple.Debug
+      Telegram.Bot.Simple.Eff
+      Telegram.Bot.Simple.InlineKeyboard
+      Telegram.Bot.Simple.Reply
+      Telegram.Bot.Simple.UpdateParser
+  other-modules:
+      Paths_telegram_bot_simple
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      aeson
+    , aeson-pretty
+    , base >=4.9 && <5
+    , bytestring
+    , cron
+    , hashable
+    , http-api-data
+    , http-client
+    , http-client-tls
+    , monad-control
+    , mtl
+    , pretty-show
+    , profunctors
+    , servant
+    , servant-client >= 0.13
+    , split
+    , stm
+    , template-haskell
+    , text
+    , time
+    , transformers
+    , unordered-containers
+  default-language: Haskell2010
+
+executable example-echo-bot
+  main-is: examples/EchoBot.hs
+  other-modules:
+      Paths_telegram_bot_simple
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      aeson
+    , aeson-pretty
+    , base >=4.9 && <5
+    , bytestring
+    , cron
+    , hashable
+    , http-api-data
+    , http-client
+    , http-client-tls
+    , monad-control
+    , mtl
+    , pretty-show
+    , profunctors
+    , servant
+    , servant-client >= 0.13
+    , split
+    , stm
+    , telegram-bot-simple
+    , template-haskell
+    , text
+    , time
+    , transformers
+    , unordered-containers
+  default-language: Haskell2010
+
+executable example-todo-bot
+  main-is: examples/EchoBot.hs
+  other-modules:
+      Paths_telegram_bot_simple
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      aeson
+    , aeson-pretty
+    , base >=4.9 && <5
+    , bytestring
+    , cron
+    , hashable
+    , http-api-data
+    , http-client
+    , http-client-tls
+    , monad-control
+    , mtl
+    , pretty-show
+    , profunctors
+    , servant
+    , servant-client >= 0.13
+    , split
+    , stm
+    , telegram-bot-simple
+    , template-haskell
+    , text
+    , time
+    , transformers
+    , unordered-containers
   default-language: Haskell2010