-
Notifications
You must be signed in to change notification settings - Fork 9
/
Hastodon.cabal
45 lines (39 loc) · 1.11 KB
/
Hastodon.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
Name: Hastodon
Version: 0.7.0-preview
Synopsis: mastodon client module for Haskell
Category: Web
Description: mastodon client module for Haskell
Author: Ryo Okubo
Maintainer: [email protected]
Homepage: https://github.com/syucream/hastodon
cabal-version: >= 1.10
License: MIT
license-file: LICENSE
Stability: experimental
build-type: Simple
Source-repository head
type: git
location: https://github.com/syucream/hastodon.git
Library
default-language: Haskell2010
Build-Depends: base >= 4.5 && < 5,
aeson,
attoparsec,
bytestring,
conduit >= 1.3.0,
exceptions,
mime-types,
http-types,
http-client,
http-conduit,
MissingH,
resourcet,
text,
transformers,
containers
Exposed-Modules: Web.Hastodon,
Web.Hastodon.Option
Other-Modules: Web.Hastodon.API,
Web.Hastodon.Streaming,
Web.Hastodon.Types,
Web.Hastodon.Util