forked from ierton/vkhs
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathVKHS.cabal
89 lines (83 loc) · 2.77 KB
/
VKHS.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
name: VKHS
version: 1.9.2
synopsis: Provides access to Vkontakte social network via public API
description:
Provides access to Vkontakte API methods. Library requires no interaction
with the user during Implicit-flow authentication.
license: BSD3
license-file: LICENSE
author: Sergey Mironov
maintainer: [email protected]
copyright: Copyright (c) 2012, Sergey Mironov
category: Web
build-type: Simple
cabal-version: >=1.8
homepage: http://github.com/grwlf/vkhs
extra-source-files: CHANGELOG.md README.md
library
hs-source-dirs: src
other-modules:
Network.Shpider.Forms
Network.Shpider.Pairs
Network.Shpider.TextUtils
Text.HTML.TagSoup.Parsec
Text.Namefilter
Text.PFormat
exposed-modules:
Web.VKHS
Web.VKHS.Types
Web.VKHS.Client
Web.VKHS.Login
Web.VKHS.Coroutine
Web.VKHS.Imports
Web.VKHS.API
Web.VKHS.API.Types
Web.VKHS.API.Base
Web.VKHS.API.Simple
build-depends: base >=4.6 && <5,
containers,
mtl,
bytestring,
http-client,
http-client-tls,
network-uri,
pipes,
pipes-http,
process,
time,
data-default-class,
parsec,
tagsoup,
case-insensitive,
http-types,
split,
utf8-string,
clock,
optparse-applicative,
aeson,
aeson-pretty,
vector,
filepath,
directory,
pretty-show,
scientific,
text,
hashable,
flippers,
regexpr
ghc-options: -Wall -Wno-unused-imports -Wno-unused-matches
executable vkq
hs-source-dirs: app/vkq, app/common
main-is: Main.hs
other-modules:
Util
build-depends: base>=4.6 && < 5,
regexpr,
text,
VKHS,
directory,
filepath,
mtl,
optparse-applicative,
parsec,
bytestring