-
Notifications
You must be signed in to change notification settings - Fork 2
/
telegram-types.cabal
253 lines (245 loc) · 8.99 KB
/
telegram-types.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
cabal-version: 3.0
name: telegram-types
version: 1.0.0
-- synopsis:
-- description:
-- category:
license: BSD-3-Clause
license-file: LICENSE
author: Poscat
maintainer: Poscat <[email protected]>
copyright: Copyright (c) Poscat 2021
stability: alpha
homepage: https://github.com/poscat0x04/telegram-types
bug-reports: https://github.com/poscat0x04/telegram-types/issues
extra-doc-files:
CHANGELOG.md
README.md
common common-attrs
build-depends:
, aeson
, base >=4.10 && <5
, bytestring
, conduit
, containers
, http-client
, http-client-tls
, http-conduit
, optics-core
, optics-th
, text
, time
, template-haskell
ghc-options: -funbox-strict-fields
default-language: Haskell2010
default-extensions:
NoStarIsType
BangPatterns
ConstraintKinds
DataKinds
DefaultSignatures
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
DuplicateRecordFields
EmptyCase
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiWayIf
NamedFieldPuns
OverloadedStrings
PartialTypeSignatures
PatternSynonyms
QuantifiedConstraints
RecordWildCards
RoleAnnotations
ScopedTypeVariables
StrictData
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
UndecidableInstances
ViewPatterns
library
import: common-attrs
build-depends:
exposed-modules:
Web.Telegram.Types
Web.Telegram.Types.API
Web.Telegram.Types.API.ChatActions
Web.Telegram.Types.API.ChatId
Web.Telegram.Types.API.Commands
Web.Telegram.Types.API.Games
Web.Telegram.Types.API.Inline
Web.Telegram.Types.API.Messages
Web.Telegram.Types.API.Passports
Web.Telegram.Types.API.Payments
Web.Telegram.Types.API.Queries
Web.Telegram.Types.API.Stickers
Web.Telegram.Types.API.Updates
Web.Telegram.Types.Game
Web.Telegram.Types.Inline
Web.Telegram.Types.Input
Web.Telegram.Types.Interaction
Web.Telegram.Types.Passport
Web.Telegram.Types.Payment
other-modules:
Common
Utils
Web.Telegram.Types.Internal.Animation
Web.Telegram.Types.Internal.API.AddStickerToSet
Web.Telegram.Types.Internal.API.AnswerCallbackQuery
Web.Telegram.Types.Internal.API.AnswerInlineQuery
Web.Telegram.Types.Internal.API.AnswerPreCheckoutQuery
Web.Telegram.Types.Internal.API.AnswerShippingQuery
Web.Telegram.Types.Internal.API.ChatId
Web.Telegram.Types.Internal.API.CopyMessage
Web.Telegram.Types.Internal.API.CreateNewStickerSet
Web.Telegram.Types.Internal.API.DeleteChatPhoto
Web.Telegram.Types.Internal.API.DeleteChatStickerSet
Web.Telegram.Types.Internal.API.DeleteMessage
Web.Telegram.Types.Internal.API.DeleteStickerFromSet
Web.Telegram.Types.Internal.API.DeleteWebhook
Web.Telegram.Types.Internal.API.EditMessageCaption
Web.Telegram.Types.Internal.API.EditMessageLiveLocation
Web.Telegram.Types.Internal.API.EditMessageMedia
Web.Telegram.Types.Internal.API.EditMessageReplyMarkup
Web.Telegram.Types.Internal.API.EditMessageText
Web.Telegram.Types.Internal.API.ExportChatInviteLink
Web.Telegram.Types.Internal.API.ForwardMessage
Web.Telegram.Types.Internal.API.GetChat
Web.Telegram.Types.Internal.API.GetChatAdministrators
Web.Telegram.Types.Internal.API.GetChatMember
Web.Telegram.Types.Internal.API.GetChatMembersCount
Web.Telegram.Types.Internal.API.GetFile
Web.Telegram.Types.Internal.API.GetGameHighScores
Web.Telegram.Types.Internal.API.GetStickerSet
Web.Telegram.Types.Internal.API.GetUpdates
Web.Telegram.Types.Internal.API.GetUserProfilePhotos
Web.Telegram.Types.Internal.API.KickChatMember
Web.Telegram.Types.Internal.API.LeaveChat
Web.Telegram.Types.Internal.API.PinChatMessage
Web.Telegram.Types.Internal.API.PromoteChatMember
Web.Telegram.Types.Internal.API.RestrictChatMember
Web.Telegram.Types.Internal.API.SendAnimation
Web.Telegram.Types.Internal.API.SendAudio
Web.Telegram.Types.Internal.API.SendChatAction
Web.Telegram.Types.Internal.API.SendContact
Web.Telegram.Types.Internal.API.SendDice
Web.Telegram.Types.Internal.API.SendDocument
Web.Telegram.Types.Internal.API.SendGame
Web.Telegram.Types.Internal.API.SendInvoice
Web.Telegram.Types.Internal.API.SendLocation
Web.Telegram.Types.Internal.API.SendMediaGroup
Web.Telegram.Types.Internal.API.SendMessage
Web.Telegram.Types.Internal.API.SendPhoto
Web.Telegram.Types.Internal.API.SendPoll
Web.Telegram.Types.Internal.API.SendSticker
Web.Telegram.Types.Internal.API.SendVenue
Web.Telegram.Types.Internal.API.SendVideo
Web.Telegram.Types.Internal.API.SendVoice
Web.Telegram.Types.Internal.API.SendVoiceNote
Web.Telegram.Types.Internal.API.SetChatAdministratorCustomTitle
Web.Telegram.Types.Internal.API.SetChatDescription
Web.Telegram.Types.Internal.API.SetChatPermissions
Web.Telegram.Types.Internal.API.SetChatPhoto
Web.Telegram.Types.Internal.API.SetChatStickerSet
Web.Telegram.Types.Internal.API.SetChatTitle
Web.Telegram.Types.Internal.API.SetGameScore
Web.Telegram.Types.Internal.API.SetMyCommands
Web.Telegram.Types.Internal.API.SetPassportDataErrors
Web.Telegram.Types.Internal.API.SetStickerPositionInSet
Web.Telegram.Types.Internal.API.SetStickerSetThumb
Web.Telegram.Types.Internal.API.SetWebhook
Web.Telegram.Types.Internal.API.StopMessageLiveLocation
Web.Telegram.Types.Internal.API.StopPoll
Web.Telegram.Types.Internal.API.UnbanChatMember
Web.Telegram.Types.Internal.API.UnpinAllChatMessages
Web.Telegram.Types.Internal.API.UnpinChatMessage
Web.Telegram.Types.Internal.API.UploadStickerFile
Web.Telegram.Types.Internal.Audio
Web.Telegram.Types.Internal.BotCommand
Web.Telegram.Types.Internal.CallbackQuery
Web.Telegram.Types.Internal.Chat
Web.Telegram.Types.Internal.ChatLocation
Web.Telegram.Types.Internal.ChatMember
Web.Telegram.Types.Internal.ChatPermissions
Web.Telegram.Types.Internal.ChatPhoto
Web.Telegram.Types.Internal.ChosenInlineResult
Web.Telegram.Types.Internal.Contact
Web.Telegram.Types.Internal.Dice
Web.Telegram.Types.Internal.Document
Web.Telegram.Types.Internal.EncryptedCredentials
Web.Telegram.Types.Internal.EncryptedPassportElement
Web.Telegram.Types.Internal.File
Web.Telegram.Types.Internal.ForceReply
Web.Telegram.Types.Internal.Game
Web.Telegram.Types.Internal.GameHighScore
Web.Telegram.Types.Internal.InlineKeyboardButton
Web.Telegram.Types.Internal.InlineKeyboardMarkup
Web.Telegram.Types.Internal.InlineQuery
Web.Telegram.Types.Internal.InlineQueryResult
Web.Telegram.Types.Internal.InputFile
Web.Telegram.Types.Internal.InputMedia
Web.Telegram.Types.Internal.InputMessageContent
Web.Telegram.Types.Internal.Invoice
Web.Telegram.Types.Internal.KeyboardButton
Web.Telegram.Types.Internal.KeyboardButtonPollType
Web.Telegram.Types.Internal.LabeledPrice
Web.Telegram.Types.Internal.Location
Web.Telegram.Types.Internal.LoginUrl
Web.Telegram.Types.Internal.MaskPosition
Web.Telegram.Types.Internal.Message
Web.Telegram.Types.Internal.MessageEntity
Web.Telegram.Types.Internal.MessageId
Web.Telegram.Types.Internal.OrderInfo
Web.Telegram.Types.Internal.PassportData
Web.Telegram.Types.Internal.PassportElementError
Web.Telegram.Types.Internal.PassportFile
Web.Telegram.Types.Internal.PhotoSize
Web.Telegram.Types.Internal.Poll
Web.Telegram.Types.Internal.PollAnswer
Web.Telegram.Types.Internal.PollOption
Web.Telegram.Types.Internal.PreCheckoutQuery
Web.Telegram.Types.Internal.ProximityAlertTriggered
Web.Telegram.Types.Internal.ReplyKeyboardMarkup
Web.Telegram.Types.Internal.ReplyKeyboardRemove
Web.Telegram.Types.Internal.ReplyMarkup
Web.Telegram.Types.Internal.ResponseParameters
Web.Telegram.Types.Internal.ShippingAddress
Web.Telegram.Types.Internal.ShippingOption
Web.Telegram.Types.Internal.ShippingQuery
Web.Telegram.Types.Internal.Sticker
Web.Telegram.Types.Internal.StickerSet
Web.Telegram.Types.Internal.SuccessfulPayment
Web.Telegram.Types.Internal.Update
Web.Telegram.Types.Internal.UpdateType
Web.Telegram.Types.Internal.User
Web.Telegram.Types.Internal.UserProfilePhotos
Web.Telegram.Types.Internal.Venue
Web.Telegram.Types.Internal.Video
Web.Telegram.Types.Internal.VideoNote
Web.Telegram.Types.Internal.Voice
Web.Telegram.Types.Internal.WebhookInfo
hs-source-dirs: src
test-suite telegram-types-test
import: common-attrs
type: exitcode-stdio-1.0
build-depends: telegram-types
hs-source-dirs: test
main-is: Spec.hs
source-repository head
type: git
location: https://github.com/poscat0x04/telegram-types