]> Git — Sourcephile - gargantext.git/blob - package.yaml
[FIX] Warnings at compilation.
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.4'
3 synopsis: Search, map, share
4 description: Please see README.md
5 category: Data
6 author: Gargantext Team
7 maintainer: team@gargantext.org
8 copyright:
9 - ! 'Copyright: (c) 2017-2018: see git logs and README'
10 license: BSD3
11 homepage: https://gargantext.org
12 ghc-options: -Wall
13 dependencies:
14 - extra
15 - text
16 library:
17 source-dirs: src
18 ghc-options:
19 - -Wincomplete-uni-patterns
20 - -Wincomplete-record-updates
21 - -Wmissing-signatures
22 - -Wunused-binds
23 - -Wunused-imports
24 - -Werror
25 exposed-modules:
26 - Gargantext
27 - Gargantext.API
28 - Gargantext.API.Auth
29 - Gargantext.API.Count
30 - Gargantext.API.FrontEnd
31 - Gargantext.API.Ngrams
32 - Gargantext.API.Node
33 - Gargantext.API.Orchestrator
34 - Gargantext.API.Search
35 - Gargantext.API.Settings
36 - Gargantext.Core
37 - Gargantext.Core.Types
38 - Gargantext.Core.Types.Main
39 - Gargantext.Core.Utils.Prefix
40 - Gargantext.Database
41 - Gargantext.Database.Flow
42 - Gargantext.Database.Schema.Node
43 - Gargantext.Database.Cooc
44 - Gargantext.Database.Tree
45 - Gargantext.Database.Types.Node
46 - Gargantext.Database.Utils
47 - Gargantext.Database.Schema.User
48 - Gargantext.Prelude
49 - Gargantext.Text
50 - Gargantext.Text.Context
51 - Gargantext.Text.Examples
52 - Gargantext.Text.List.CSV
53 - Gargantext.Text.Metrics
54 - Gargantext.Text.Metrics.TFICF
55 - Gargantext.Text.Metrics.CharByChar
56 - Gargantext.Text.Metrics.Count
57 - Gargantext.Text.Parsers
58 - Gargantext.Text.Parsers.CSV
59 - Gargantext.Text.Parsers.Date
60 - Gargantext.Text.Parsers.Wikimedia
61 - Gargantext.Text.Parsers.WOS
62 - Gargantext.Text.Parsers.GrandDebat
63 - Gargantext.Text.Search
64 - Gargantext.Text.Terms
65 - Gargantext.Text.Terms.Stop
66 - Gargantext.Text.Terms.Mono
67 - Gargantext.Text.Terms.Multi.Lang.En
68 - Gargantext.Text.Terms.Multi.Lang.Fr
69 - Gargantext.Text.Terms.Multi.RAKE
70 - Gargantext.Text.Terms.WithList
71 - Gargantext.Text.Flow
72 - Gargantext.Viz.Graph
73 - Gargantext.Viz.Graph.Distances.Matrice
74 - Gargantext.Viz.Graph.Index
75 - Gargantext.Viz.Phylo
76 - Gargantext.Viz.Phylo.Tools
77 - Gargantext.Viz.Phylo.Example
78 dependencies:
79 - array
80 - QuickCheck
81 - accelerate
82 - aeson
83 - aeson-lens
84 - aeson-pretty
85 - async
86 - attoparsec
87 - auto-update
88 - base >=4.7 && <5
89 - base16-bytestring
90 - blaze-html
91 - blaze-markup
92 - blaze-svg
93 - bytestring
94 - case-insensitive
95 - cassava
96 #- charsetdetect-ae # detect charset
97 - clustering-louvain
98 - conduit
99 - conduit-extra
100 - containers
101 - contravariant
102 - data-time-segment
103 - directory
104 - duckling
105 - exceptions
106 - filepath
107 - fullstop
108 - fclabels
109 - fast-logger
110 - filelock
111 - full-text-search
112 - graphviz
113 - http-client
114 - http-client-tls
115 - http-conduit
116 - http-api-data
117 - http-types
118 - hsparql
119 - hstatistics
120 - HSvm
121 - hxt
122 - hlcm
123 - ini
124 - insert-ordered-containers
125 - jose-jwt
126 # - kmeans-vector
127 - json-stream
128 - KMP
129 - lens
130 - located-base
131 - logging-effect
132 - matrix
133 - monad-logger
134 - mtl
135 - natural-transformation
136 - opaleye
137 - pandoc
138 - parsec
139 - patches-class
140 - patches-map
141 - path
142 - path-io
143 - postgresql-simple
144 - pretty-simple
145 - probability
146 - product-profunctors
147 - profunctors
148 - protolude
149 - pureMD5
150 - SHA
151 - random
152 - rake
153 - regex-compat
154 - resourcet
155 - rdf4h
156 - safe
157 - semigroups
158 - servant
159 - servant-auth
160 - servant-blaze
161 - servant-client
162 - servant-job
163 - servant-mock
164 - servant-multipart
165 - servant-server
166 - servant-swagger
167 - servant-swagger-ui
168 - servant-static-th
169 - serialise
170 - split
171 - stemmer
172 - string-conversions
173 - swagger2
174 - tagsoup
175 - temporary
176 - text-metrics
177 - time
178 - time-locale-compat
179 - timezone-series
180 - transformers
181 - transformers-base
182 - unordered-containers
183 - uuid
184 - validity
185 - vector
186 - wai
187 - wai-cors
188 - wai-extra
189 - warp
190 - wreq
191 - xml-conduit
192 - xml-types
193 - yaml
194 - zip
195 - zlib
196 # - utc
197
198 executables:
199 gargantext-server:
200 main: Main.hs
201 source-dirs: bin/gargantext-server
202 ghc-options:
203 - -O2
204 - -Wcompat
205 - -Wmissing-signatures
206 - -rtsopts
207 - -threaded
208 - -with-rtsopts=-N
209 dependencies:
210 - base
211 - containers
212 - gargantext
213 - vector
214 - cassava
215 - ini
216 - optparse-generic
217 - unordered-containers
218 - full-text-search
219
220 gargantext-cli:
221 main: Main.hs
222 source-dirs: bin/gargantext-cli
223 ghc-options:
224 - -threaded
225 - -rtsopts
226 - -with-rtsopts=-N
227 - -O2
228 - -Wmissing-signatures
229 dependencies:
230 - aeson
231 - async
232 - base
233 - bytestring
234 - containers
235 - gargantext
236 - vector
237 - cassava
238 - ini
239 - optparse-generic
240 - split
241 - unordered-containers
242 - full-text-search
243
244 gargantext-phylo:
245 main: Main.hs
246 source-dirs: bin/gargantext-phylo
247 ghc-options:
248 - -threaded
249 - -rtsopts
250 - -with-rtsopts=-N
251 - -O2
252 - -Wmissing-signatures
253 dependencies:
254 - aeson
255 - async
256 - base
257 - bytestring
258 - containers
259 - gargantext
260 - vector
261 - parallel
262 - cassava
263 - ini
264 - optparse-generic
265 - split
266 - unordered-containers
267
268 gargantext-import:
269 main: Main.hs
270 source-dirs: bin/gargantext-import
271 ghc-options:
272 - -threaded
273 - -rtsopts
274 - -with-rtsopts=-N
275 - -O2
276 - -Wmissing-signatures
277 dependencies:
278 - gargantext
279 - base
280 - servant-server
281
282 tests:
283 # garg-test:
284 # main: Main.hs
285 # source-dirs: src-test
286 # ghc-options:
287 # - -threaded
288 # - -rtsopts
289 # - -with-rtsopts=-N
290 # dependencies:
291 # - base
292 # - gargantext
293 # - hspec
294 # - QuickCheck
295 # - quickcheck-instances
296 # - time
297 # - parsec
298 # - duckling
299 # - text
300 garg-doctest:
301 main: Main.hs
302 source-dirs: src-doctest
303 ghc-options:
304 - -O2
305 - -Wcompat
306 - -Wmissing-signatures
307 - -rtsopts
308 - -threaded
309 - -with-rtsopts=-N
310 dependencies:
311 - doctest
312 - Glob
313 - QuickCheck
314 - base
315 - gargantext