Cabal revisions of telegram-api-0.6.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: telegram-api-version: 0.6.1.1-synopsis: Telegram Bot API bindings-description: High-level bindings to the Telegram Bot API-homepage: http://github.com/klappvisor/haskell-telegram-api#readme-license: BSD3-license-file: LICENSE-author: Alexey Rodiontsev-maintainer: alex.rodiontsev@gmail.com-copyright: Alexey Rodiontsev (c) 2016-category: Web-build-type: Simple--- extra-source-files:-cabal-version: >=1.10-data-files: test-data/christmas-cat.jpg- , test-data/cert.pem- , test-data/haskell-logo.webp- , test-data/lego-video.mp4- , test-data/Possible_PDM_signal_labeled_as_Sputnik_by_NASA.ogg- , test-data/concerto-for-2-trumpets-in-c-major.mp3- , test-data/wikipedia-telegram.txt--extra-source-files:- README.md- CHANGELOG.md--library- hs-source-dirs: src- exposed-modules: Web.Telegram.API.Bot- , Web.Telegram.API.Bot.API- , Web.Telegram.API.Bot.API.Messages- , Web.Telegram.API.Bot.API.Edit- , Web.Telegram.API.Bot.API.Queries- , Web.Telegram.API.Bot.API.Get- , Web.Telegram.API.Bot.API.Updates- , Web.Telegram.API.Bot.API.Chats- , Web.Telegram.API.Bot.Data- , Web.Telegram.API.Bot.Responses- , Web.Telegram.API.Bot.Requests- other-modules: Web.Telegram.API.Bot.JsonExt- , Web.Telegram.API.Bot.API.Core- , Servant.Client.MultipartFormData- build-depends: base >= 4.7 && < 5- , aeson >= 1.0 && < 1.2- , http-api-data- , http-client >= 0.5 && < 0.6- , servant >= 0.9 && <0.10- , servant-client >= 0.9 && <0.10- , mtl >= 2.2 && < 2.3- , text- , transformers- , http-media- , http-types- , mime-types- , bytestring- , string-conversions- default-language: Haskell2010- ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-binds--test-suite telegram-api-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- other-modules: MainSpec- , InlineSpec- , JsonSpec- , UpdatesSpec- build-depends: base- , aeson >= 1.0 && < 1.2- , hjpath- , ansi-wl-pprint- , http-client >= 0.5 && < 0.6- , http-client-tls- , http-types- , hspec- , optparse-applicative- , servant >= 0.9 && <0.10- , servant-client >= 0.9 && <0.10- , telegram-api- , http-types- , filepath- , text- , transformers- , utf8-string- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/klappvisor/haskell-telegram-api+name: telegram-api +version: 0.6.1.1 +x-revision: 1 +synopsis: Telegram Bot API bindings +description: High-level bindings to the Telegram Bot API +homepage: http://github.com/klappvisor/haskell-telegram-api#readme +license: BSD3 +license-file: LICENSE +author: Alexey Rodiontsev +maintainer: alex.rodiontsev@gmail.com +copyright: Alexey Rodiontsev (c) 2016 +category: Web +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 +data-files: test-data/christmas-cat.jpg + , test-data/cert.pem + , test-data/haskell-logo.webp + , test-data/lego-video.mp4 + , test-data/Possible_PDM_signal_labeled_as_Sputnik_by_NASA.ogg + , test-data/concerto-for-2-trumpets-in-c-major.mp3 + , test-data/wikipedia-telegram.txt + +extra-source-files: + README.md + CHANGELOG.md + +library + hs-source-dirs: src + exposed-modules: Web.Telegram.API.Bot + , Web.Telegram.API.Bot.API + , Web.Telegram.API.Bot.API.Messages + , Web.Telegram.API.Bot.API.Edit + , Web.Telegram.API.Bot.API.Queries + , Web.Telegram.API.Bot.API.Get + , Web.Telegram.API.Bot.API.Updates + , Web.Telegram.API.Bot.API.Chats + , Web.Telegram.API.Bot.Data + , Web.Telegram.API.Bot.Responses + , Web.Telegram.API.Bot.Requests + other-modules: Web.Telegram.API.Bot.JsonExt + , Web.Telegram.API.Bot.API.Core + , Servant.Client.MultipartFormData + build-depends: base >= 4.7 && < 5 + , aeson >= 1.0 && < 1.2 + , http-api-data + , http-client >= 0.5 && < 0.6 + , servant >= 0.9 && <0.10 + , servant-client >= 0.9 && <0.10 + , mtl >= 2.2 && < 2.3 + , text + , transformers + , http-media + , http-types + , mime-types + , bytestring + , string-conversions + default-language: Haskell2010 + ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-binds + other-extensions: DeriveAnyClass + +test-suite telegram-api-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + other-modules: MainSpec + , InlineSpec + , JsonSpec + , UpdatesSpec + build-depends: base + , aeson >= 1.0 && < 1.2 + , hjpath + , ansi-wl-pprint + , http-client >= 0.5 && < 0.6 + , http-client-tls + , http-types + , hspec + , optparse-applicative + , servant >= 0.9 && <0.10 + , servant-client >= 0.9 && <0.10 + , telegram-api + , http-types + , filepath + , text + , transformers + , utf8-string + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/klappvisor/haskell-telegram-api