-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs-aitubots-api.cabal
147 lines (142 loc) · 4.01 KB
/
hs-aitubots-api.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3865539b4c858b77c3cffde6fbc910d5d6b80b6d6bb1a71e44d2885a74225f94
name: hs-aitubots-api
version: 0.3.0.0
description: Please see the README on GitHub at <https://github.com/avatar29A/hs-aitubots-api/READMME.md>
homepage: https://github.com/avatar29A/hs-aitubots-api#readme
bug-reports: https://github.com/avatar29A/hs-aitubots-api/issues
author: Boris Glebov
maintainer: [email protected]
copyright: 2020 Ronin Research Group
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/avatar29A/hs-aitubots-api
library
exposed-modules:
Aitu.Bot
Aitu.Bot.Commands
Aitu.Bot.Commands.ChangeGroupAvatar
Aitu.Bot.Commands.ChangeGroupDescription
Aitu.Bot.Commands.ChangeGroupTitle
Aitu.Bot.Commands.Commands
Aitu.Bot.Commands.DeleteGroupAvatar
Aitu.Bot.Commands.DeleteMessage
Aitu.Bot.Commands.EditContainerMessage
Aitu.Bot.Commands.EditMessage
Aitu.Bot.Commands.ForwardMessage
Aitu.Bot.Commands.KickFromGroup
Aitu.Bot.Commands.SendContactMessage
Aitu.Bot.Commands.SendContainerMessage
Aitu.Bot.Commands.SendMessage
Aitu.Bot.Commands.SendUIState
Aitu.Bot.Forms
Aitu.Bot.Forms.Content.BottomBar
Aitu.Bot.Forms.Content.Button
Aitu.Bot.Forms.Content.Checkbox
Aitu.Bot.Forms.Content.Content
Aitu.Bot.Forms.Content.CustomContainer
Aitu.Bot.Forms.Content.DatePicker
Aitu.Bot.Forms.Content.Divider
Aitu.Bot.Forms.Content.FileMetadata
Aitu.Bot.Forms.Content.FormText
Aitu.Bot.Forms.Content.Image
Aitu.Bot.Forms.Content.Input
Aitu.Bot.Forms.Content.ItemInfo
Aitu.Bot.Forms.Content.LabeledText
Aitu.Bot.Forms.Content.MediaPicker
Aitu.Bot.Forms.Content.RadioGroup
Aitu.Bot.Forms.Content.SimpleCatalog
Aitu.Bot.Forms.Content.Slider
Aitu.Bot.Forms.Content.Submit
Aitu.Bot.Forms.Content.Switch
Aitu.Bot.Forms.Content.TextArea
Aitu.Bot.Forms.Content.TextWidget
Aitu.Bot.Forms.Content.UserInfo
Aitu.Bot.Forms.FlexOptions
Aitu.Bot.Forms.Form
Aitu.Bot.Forms.FormAction
Aitu.Bot.Forms.Header
Aitu.Bot.Forms.Indent
Aitu.Bot.Forms.Options
Aitu.Bot.Forms.ValidationRules
Aitu.Bot.Types
Aitu.Bot.Types.Audio
Aitu.Bot.Types.Avatar
Aitu.Bot.Types.Bot
Aitu.Bot.Types.Contact
Aitu.Bot.Types.Document
Aitu.Bot.Types.Errors
Aitu.Bot.Types.ForwardMetadata
Aitu.Bot.Types.Image
Aitu.Bot.Types.InlineCommand
Aitu.Bot.Types.InputContact
Aitu.Bot.Types.InputMedia
Aitu.Bot.Types.Media
Aitu.Bot.Types.Peer
Aitu.Bot.Types.QuickButtonCommand
Aitu.Bot.Types.ReplyCommand
Aitu.Bot.Types.UIState
Aitu.Bot.Types.Updates
Aitu.Bot.Types.UploadFiles
Aitu.Bot.Types.User
Aitu.Bot.Types.Video
Aitu.Bot.Types.WebHookInfo
Aitu.Bot.Widgets
Aitu.Config
other-modules:
Paths_hs_aitubots_api
hs-source-dirs:
src
build-depends:
aeson
, async
, base >=4.7 && <5
, bytestring
, hspec
, http-client
, http-client-tls
, http-types
, mtl
, optparse-applicative
, text
, time
, uuid
, uuid-types
default-language: Haskell2010
test-suite hs-aitubots-api-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
JSONSpec
MainSpec
Paths_hs_aitubots_api
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, base >=4.7 && <5
, bytestring
, hs-aitubots-api
, hspec
, http-client
, http-client-tls
, http-types
, mtl
, optparse-applicative
, text
, time
, uuid
, uuid-types
default-language: Haskell2010