]> Git — Sourcephile - gargantext.git/blob - package.yaml
[VERSION] +1 to 0.0.2.9.6.1
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '0.0.2.9.6.1'
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-Present: see git logs and README'
10 license: AGPL-3
11 homepage: https://gargantext.org
12 ghc-options: -Wall
13 extra-libraries:
14 - gfortran
15 dependencies:
16 - extra
17 - text
18 default-extensions:
19 - DataKinds
20 - DeriveGeneric
21 - FlexibleContexts
22 - FlexibleInstances
23 - GeneralizedNewtypeDeriving
24 - MultiParamTypeClasses
25 - NoImplicitPrelude
26 - OverloadedStrings
27 - RankNTypes
28 library:
29 source-dirs: src
30 ghc-options:
31 - -Wincomplete-uni-patterns
32 - -Wincomplete-record-updates
33 - -Wmissing-signatures
34 - -Wunused-binds
35 - -Wunused-imports
36 - -Werror
37 - -freduction-depth=300
38 exposed-modules:
39 - Gargantext
40 - Gargantext.API
41 - Gargantext.API.Dev
42 - Gargantext.API.HashedResponse
43 - Gargantext.API.Node
44 - Gargantext.API.Node.File
45 - Gargantext.API.Ngrams
46 - Gargantext.API.Ngrams.Types
47 - Gargantext.API.Admin.Settings
48 - Gargantext.API.Admin.EnvTypes
49 - Gargantext.API.Admin.Types
50 - Gargantext.API.Prelude
51 - Gargantext.Core
52 - Gargantext.Core.Methods.Distances
53 - Gargantext.Core.Types
54 - Gargantext.Core.Types.Individu
55 - Gargantext.Core.Types.Main
56 - Gargantext.Core.Utils.Prefix
57 - Gargantext.Database.Action.Flow
58 - Gargantext.Database.Action.User.New
59 - Gargantext.Database.Query.Table.User
60 - Gargantext.Database.Query.Table.Node
61 - Gargantext.Database.Query.Table.Node.UpdateOpaleye
62 - Gargantext.Database.Query.Table.NgramsPostag
63 - Gargantext.Database.Prelude
64 - Gargantext.Database.Admin.Trigger.Init
65 - Gargantext.Database.Admin.Config
66 - Gargantext.Database.Admin.Types.Hyperdata
67 - Gargantext.Database.Admin.Types.Node
68 - Gargantext.Core.Text
69 - Gargantext.Core.Text.Context
70 - Gargantext.Core.Text.Corpus.Parsers
71 - Gargantext.Core.Text.Corpus.Parsers.Date.Parsec
72 - Gargantext.Core.Text.Corpus.API
73 - Gargantext.Core.Text.Corpus.Parsers.CSV
74 - Gargantext.Core.Text.List.Formats.CSV
75 - Gargantext.Core.Text.Metrics
76 - Gargantext.Core.Text.Metrics.TFICF
77 - Gargantext.Core.Text.Metrics.CharByChar
78 - Gargantext.Core.Text.Metrics.Count
79 - Gargantext.Core.Text.Search
80 - Gargantext.Core.Text.Terms
81 - Gargantext.Core.Text.Terms.Mono
82 - Gargantext.Core.Text.Terms.Multi.Lang.En
83 - Gargantext.Core.Text.Terms.Multi.Lang.Fr
84 - Gargantext.Core.Text.Terms.Multi.RAKE
85 - Gargantext.Core.Text.Terms.WithList
86 - Gargantext.Core.Viz.Graph
87 - Gargantext.Core.Viz.Graph.Tools
88 - Gargantext.Core.Viz.Graph.Tools.IGraph
89 - Gargantext.Core.Viz.Graph.Index
90 - Gargantext.Core.Viz.AdaptativePhylo
91 - Gargantext.Core.Viz.Phylo.PhyloMaker
92 - Gargantext.Core.Viz.Phylo.PhyloTools
93 - Gargantext.Core.Viz.Phylo.PhyloExport
94 - Gargantext.Core.Viz.Phylo.SynchronicClustering
95 - Gargantext.Core.Viz.Types
96 dependencies:
97 - HSvm
98 - KMP
99 - MissingH
100 - MonadRandom
101 - QuickCheck
102 - Unique
103 - accelerate
104 - accelerate-arithmetic
105 - accelerate-utility
106 - aeson
107 - aeson-lens
108 - aeson-pretty
109 - array
110 - async
111 - attoparsec
112 - auto-update
113 - base >=4.7 && <5
114 - base16-bytestring
115 - base64-bytestring
116 - blaze-html
117 - blaze-markup
118 - blaze-svg
119 - bytestring
120 - case-insensitive
121 - cassava
122 - cereal # (IGraph)
123 - conduit
124 - conduit-extra
125 - containers
126 - contravariant
127 - crawlerHAL
128 - crawlerISTEX
129 - crawlerIsidore
130 - crawlerPubMed
131 - cryptohash
132 - data-time-segment
133 - deepseq
134 - directory
135 - duckling
136 - exceptions
137 - fast-logger
138 - fclabels
139 - fgl
140 - filelock
141 - filepath
142 - formatting
143 - full-text-search
144 - fullstop
145 - gargantext-prelude
146 - graphviz
147 - hashable
148 - haskell-igraph
149 - hlcm
150 - hsparql
151 - hstatistics
152 - http-api-data
153 - http-client
154 - http-client-tls
155 - http-conduit
156 - http-media
157 - http-types
158 - hxt
159 - ini
160 - insert-ordered-containers
161 - jose
162 - json-stream
163 - lens
164 - located-base
165 - logging-effect
166 - matrix
167 - monad-control
168 - monad-logger
169 - mtl
170 - natural-transformation
171 - opaleye
172 - pandoc
173 - parallel
174 - parsec
175 - patches-class
176 - patches-map
177 - path
178 - path-io
179 - postgresql-simple
180 - pretty-simple
181 - probability
182 - product-profunctors
183 - profunctors
184 - protolude
185 - pureMD5
186 - quickcheck-instances
187 - rake
188 - random
189 - rdf4h
190 - regex-compat
191 - resource-pool
192 - resourcet
193 - safe
194 - semigroups
195 - serialise
196 - servant
197 - servant-auth
198 - servant-auth-server >= 0.4.4.0
199 - servant-auth-swagger
200 - servant-blaze
201 - servant-cassava
202 - servant-client
203 - servant-job
204 - servant-mock
205 - servant-multipart
206 - servant-server
207 - servant-static-th
208 - servant-swagger
209 - servant-swagger-ui
210 - servant-xml
211 - simple-reflect
212 - singletons # (IGraph)
213 - split
214 - stemmer
215 - swagger2
216 - tagsoup
217 - template-haskell
218 - temporary
219 - text-metrics
220 - time
221 - time-locale-compat
222 - timezone-series
223 - transformers
224 - transformers-base
225 - unordered-containers
226 - uuid
227 - validity
228 - vector
229 - wai
230 - wai-app-static
231 - wai-cors
232 - wai-extra
233 - warp
234 - wreq
235 - xml-conduit
236 - xml-types
237 - xmlbf
238 - yaml
239 - zip
240 - zlib
241
242 executables:
243 gargantext-server:
244 main: Main.hs
245 source-dirs: bin/gargantext-server
246 ghc-options:
247 - -O2
248 - -Wcompat
249 - -Wmissing-signatures
250 - -rtsopts
251 - -threaded
252 - -with-rtsopts=-N
253 - -fprof-auto
254 dependencies:
255 - base
256 - containers
257 - gargantext
258 - gargantext-prelude
259 - vector
260 - cassava
261 - ini
262 - optparse-generic
263 - unordered-containers
264 - full-text-search
265
266 gargantext-cli:
267 main: Main.hs
268 source-dirs: bin/gargantext-cli
269 ghc-options:
270 - -threaded
271 - -rtsopts
272 - -with-rtsopts=-N
273 - -O2
274 - -Wmissing-signatures
275 dependencies:
276 - aeson
277 - async
278 - base
279 - bytestring
280 - containers
281 - gargantext
282 - gargantext-prelude
283 - vector
284 - cassava
285 - ini
286 - optparse-generic
287 - split
288 - unordered-containers
289 - full-text-search
290
291 gargantext-adaptative-phylo:
292 main: Main.hs
293 source-dirs: bin/gargantext-adaptative-phylo
294 ghc-options:
295 - -threaded
296 - -rtsopts
297 - -with-rtsopts=-N
298 - -O2
299 - -Wmissing-signatures
300 dependencies:
301 - aeson
302 - async
303 - base
304 - bytestring
305 - containers
306 - directory
307 - gargantext
308 - gargantext-prelude
309 - vector
310 - parallel
311 - cassava
312 - ini
313 - optparse-generic
314 - split
315 - unordered-containers
316 - cryptohash
317 - time
318
319 gargantext-import:
320 main: Main.hs
321 source-dirs: bin/gargantext-import
322 ghc-options:
323 - -threaded
324 - -rtsopts
325 - -with-rtsopts=-N
326 - -O2
327 - -Wmissing-signatures
328 dependencies:
329 - gargantext
330 - gargantext-prelude
331 - base
332 - servant-server
333
334 gargantext-init:
335 main: Main.hs
336 source-dirs: bin/gargantext-init
337 ghc-options:
338 - -threaded
339 - -rtsopts
340 - -with-rtsopts=-N
341 - -O2
342 - -Wmissing-signatures
343 dependencies:
344 - gargantext
345 - gargantext-prelude
346 - base
347
348 gargantext-upgrade:
349 main: Main.hs
350 source-dirs: bin/gargantext-upgrade
351 ghc-options:
352 - -threaded
353 - -rtsopts
354 - -with-rtsopts=-N
355 - -O2
356 - -Wmissing-signatures
357 dependencies:
358 - gargantext
359 - gargantext-prelude
360 - base
361
362 gargantext-admin:
363 main: Main.hs
364 source-dirs: bin/gargantext-admin
365 ghc-options:
366 - -threaded
367 - -rtsopts
368 - -with-rtsopts=-N
369 - -O2
370 - -Wmissing-signatures
371 dependencies:
372 - gargantext
373 - gargantext-prelude
374 - base
375
376 gargantext-cbor2json:
377 main: Main.hs
378 source-dirs: bin/gargantext-cbor2json
379 ghc-options:
380 - -threaded
381 - -rtsopts
382 - -with-rtsopts=-N
383 - -O2
384 - -Wmissing-signatures
385 dependencies:
386 - gargantext
387 - gargantext-prelude
388 - base
389 - bytestring
390 - aeson
391 - serialise
392
393
394 tests:
395 garg-test:
396 main: Main.hs
397 source-dirs: src-test
398 default-extensions:
399 - DataKinds
400 - DeriveGeneric
401 - FlexibleContexts
402 - FlexibleInstances
403 - GeneralizedNewtypeDeriving
404 - MultiParamTypeClasses
405 - NoImplicitPrelude
406 - OverloadedStrings
407 - RankNTypes
408 ghc-options:
409 - -threaded
410 - -rtsopts
411 - -with-rtsopts=-N
412 dependencies:
413 - base
414 - gargantext
415 - gargantext-prelude
416 - hspec
417 - QuickCheck
418 - quickcheck-instances
419 - time
420 - parsec
421 - duckling
422 - text
423 - unordered-containers
424 # garg-doctest:
425 # main: Main.hs
426 # source-dirs: src-doctest
427 # ghc-options:
428 # - -O2
429 # - -Wcompat
430 # - -Wmissing-signatures
431 # - -rtsopts
432 # - -threaded
433 # - -with-rtsopts=-N
434 # dependencies:
435 # - doctest
436 # - Glob
437 # - QuickCheck
438 # - base
439 # - gargantext
440 # default-extensions:
441 # - DataKinds
442 # - DeriveGeneric
443 # - FlexibleContexts
444 # - FlexibleInstances
445 # - GeneralizedNewtypeDeriving
446 # - MultiParamTypeClasses
447 # - NoImplicitPrelude
448 # - OverloadedStrings
449 # - RankNTypes
450 #
451