Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klappvisor committed May 22, 2017
1 parent 88d263d commit 25217a3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
12 changes: 6 additions & 6 deletions telegram-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -69,16 +69,16 @@ 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
, http-client-tls
, 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
Expand Down

0 comments on commit 25217a3

Please sign in to comment.