From 25217a3d3fb8c2ee86d621e1f3092f86d838b59e Mon Sep 17 00:00:00 2001 From: Alexey Rodiontsev Date: Tue, 23 May 2017 00:14:08 +0200 Subject: [PATCH] Updated dependencies --- CHANGELOG.md | 14 ++++++++++++++ stack.yaml | 1 - telegram-api.cabal | 12 ++++++------ 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c5bfb..2e26e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.6.3.0 + +* New fields *gif_duration* in `InlineQueryResultGif` and *mpeg4_duration* in `InlineQueryResultMpeg4Gif`. +* Replaced the field *new_chat_member* in `Message` with *new_chat_members* (the old field will still be available for a while for compatibility purposes). +* The `User` object now may have a *language_code* field that contains the IETF language tag of the user's language. +* Added the `sendVideoNote` method, the new field *video_note* to `Message`, the fields `RecordVideoNote* or *UploadVideoNote* to `sendChatAction`. +* Added a new type of button, the pay button to `InlineKeyboardButton`. +* Updated dependencies + +## 0.6.2.0 + +* Added new kinds of updates, *shipping_query* and *pre_checkout_query*, and new types of message content, *invoice* and *successful_payment*. +* Added new methods for payments: `sendInvoiceM`, `answerShippingQueryM`, and `answerPreCheckoutQueryM`. + ## 0.6.1.1 Bugfixes: diff --git a/stack.yaml b/stack.yaml index 80dc442..14e4807 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,7 +9,6 @@ packages: # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: -- aeson-1.1.0.0 # Override default flag values for local packages and extra-deps flags: {} diff --git a/telegram-api.cabal b/telegram-api.cabal index 552dba3..e743d7a 100644 --- a/telegram-api.cabal +++ b/telegram-api.cabal @@ -43,11 +43,11 @@ library , Web.Telegram.API.Bot.API.Core , Servant.Client.MultipartFormData build-depends: base >= 4.7 && < 5 - , aeson >= 1.0 && < 1.2 + , aeson >= 1.0 && < 1.3 , http-api-data , http-client >= 0.5 && < 0.6 - , servant >= 0.9 && <0.10 - , servant-client >= 0.9 && <0.10 + , servant >= 0.9 && <0.11 + , servant-client >= 0.9 && <0.11 , mtl >= 2.2 && < 2.3 , text , transformers @@ -69,7 +69,7 @@ test-suite telegram-api-test , JsonSpec , UpdatesSpec build-depends: base - , aeson >= 1.0 && < 1.2 + , aeson >= 1.0 && < 1.3 , hjpath , ansi-wl-pprint , http-client >= 0.5 && < 0.6 @@ -77,8 +77,8 @@ test-suite telegram-api-test , http-types , hspec , optparse-applicative - , servant >= 0.9 && <0.10 - , servant-client >= 0.9 && <0.10 + , servant >= 0.9 && <0.11 + , servant-client >= 0.9 && <0.11 , telegram-api , http-types , filepath