-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvk-api-example.cabal
More file actions
145 lines (137 loc) · 4.63 KB
/
vk-api-example.cabal
File metadata and controls
145 lines (137 loc) · 4.63 KB
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
name: vk-api-example
version: 1.0.0
author: eryx67 <eryx67@gmail.com>
maintainer: eryx67 <eryx67@gmail.com>
license: BSD3
license-file: LICENSE
-- Synopsis:
-- Description:
cabal-version: >= 1.10
build-type: Simple
extra-source-files: README.md
, ChangeLog.md
, example/css/*.css
, example/js/*.js
, example/fonts/*.eot
, example/fonts/*.svg
, example/fonts/*.ttf
, example/fonts/*.woff
, example/fonts/*.woff2
, example/*.html
flag debug
description: Enable debug
default: False
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
js-sources: jsbits/xhr.js
exposed-modules: VK.DOM.Router
, VK.App.Internal.Orphans
, VK.App.Internal.TypePlugs
, VK.App.Internal.Utils
, VK.App.AppSettings
, VK.App.Types
, VK.App.Actions.Types
, VK.App.Actions
, VK.App.Store
, VK.App.Models
, VK.App.Widgets.Internal.IdleTimer
, VK.App.Widgets.AudioPlayer.Types
, VK.App.Widgets.AudioPlayer.Store
, VK.App.Widgets.AudioPlayer.Actions
, VK.App.Widgets.AudioPlayer.Views
, VK.App.Widgets.AudioPlayer
, VK.App.Widgets.Pagination
, VK.App.Widgets.IncrementalInput
, VK.App.Widgets.ErrorMessage
, VK.App.Widgets
, VK.App.Views
, VK.App
-- other-modules:
build-depends: aeson >= 0.9
, api-builder == 0.11.0.0
, deepseq >= 1.4.1.1
, data-default-generics >= 0.3
, parsec >= 3.1.9
, base >= 4.8 && < 5
, bytestring >= 0.10.6.0
, react-flux == 1.0.2
, scientific >= 0.3.3.8
, split >= 0.2.2
, template-haskell >= 2.10.0.0
, text >= 1.2.1
, text-format >= 0.3.1.1
, time >= 1.5
, transformers >= 0.4.3
, web-routes >= 0.27.9
, web-routes-th >= 0.22.3
, errors >= 2.0.1
, fraction >= 0.1
, containers >= 0.5.6
, timers >= 0.2
, suspend >= 0.2
, vk-api >= 1.0.0
default-extensions: CPP
if impl(ghcjs)
build-depends: ghcjs-base
if !impl(ghcjs)
build-depends: http-client
, http-client-tls
if flag(debug)
ghc-options: -DDEBUG
executable vk
ghc-options: -Wall
cpp-options: -DGHCJS_BROWSER
default-language: Haskell2010
hs-source-dirs: executable
main-is: Main.hs
build-depends: api-builder
, base
, blaze-builder >= 0.4
, crypto-api >= 0.13
, data-default-generics
, deepseq
, http-types >= 0.8
, react-flux
, template-haskell
, text
, text-format
, vk-api
, vk-api-example
default-extensions: CPP
if impl(ghcjs)
build-depends: ghcjs-base
if !impl(ghcjs)
build-depends: http-client
, http-client-tls
test-suite spec
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -Wall
main-is: Spec.hs
build-depends: base
, hspec
, webdriver
, hspec-webdriver
, directory
, http-client
, http-client-tls
, http-types
, transformers
, text
, bytestring
, aeson
, time
, api-builder
, errors
, split
, template-haskell
, parsec
, scientific
, vk-api
default-extensions: CPP
source-repository head
Type: git
-- Location: