]> Git — Sourcephile - gargantext.git/blob - package.yaml
Merge branch 'dev' into 175-dev-doc-table-count
[gargantext.git] / package.yaml
1 name: gargantext
2
3 # +------------ Layer 3
4 # | +--+------- Layer 2
5 # | | +-------- Layer 1 : New versions with API changes
6 # | | | +----- Layers * : New versions with API additions
7 # | | | | +--- Layers * : New versions without API breaking changes
8 # | | | | |
9 version: '0.0.6.9.8.3'
10 synopsis: Search, map, share
11 description: Please see README.md
12 category: Data
13 author: Gargantext Team
14 maintainer: team@gargantext.org
15 copyright:
16 - ! 'Copyright: (c) 2017-Present: see git logs and README'
17 license: AGPL-3
18 homepage: https://gargantext.org
19 ghc-options: -Wall
20 dependencies:
21 - extra
22 - text
23 default-extensions:
24 - DataKinds
25 - DeriveGeneric
26 - FlexibleContexts
27 - FlexibleInstances
28 - GeneralizedNewtypeDeriving
29 - MultiParamTypeClasses
30 - NamedFieldPuns
31 - NoImplicitPrelude
32 - OverloadedStrings
33 - RankNTypes
34 - RecordWildCards
35 - StrictData
36 data-files:
37 - ekg-assets/index.html
38 - ekg-assets/monitor.js
39 - ekg-assets/monitor.css
40 - ekg-assets/jquery.flot.min.js
41 - ekg-assets/jquery-1.6.4.min.js
42 - ekg-assets/bootstrap-1.4.0.min.css
43 - ekg-assets/chart_line_add.png
44 - ekg-assets/cross.png
45 library:
46 source-dirs: src
47 ghc-options:
48 - -Wincomplete-uni-patterns
49 - -Wincomplete-record-updates
50 - -Wmissing-signatures
51 - -Wunused-binds
52 - -Wunused-imports
53 - -Werror
54 - -freduction-depth=300
55 exposed-modules:
56 - Gargantext
57 - Gargantext.API
58 - Gargantext.API.Admin.Auth.Types
59 - Gargantext.API.Admin.EnvTypes
60 - Gargantext.API.Admin.Settings
61 - Gargantext.API.Admin.Types
62 - Gargantext.API.Dev
63 - Gargantext.API.HashedResponse
64 - Gargantext.API.Ngrams
65 - Gargantext.API.Ngrams.Prelude
66 - Gargantext.API.Ngrams.Tools
67 - Gargantext.API.Ngrams.Types
68 - Gargantext.API.Node
69 - Gargantext.API.Node.File
70 - Gargantext.API.Node.Share
71 - Gargantext.API.Prelude
72 - Gargantext.Core
73 - Gargantext.Core.NLP
74 - Gargantext.Core.Methods.Similarities
75 - Gargantext.Core.NodeStory
76 - Gargantext.Core.Text
77 - Gargantext.Core.Text.Context
78 - Gargantext.Core.Text.Corpus.API
79 - Gargantext.Core.Text.Corpus.Parsers
80 - Gargantext.Core.Text.Corpus.Parsers.CSV
81 - Gargantext.Core.Text.Corpus.Parsers.Date.Parsec
82 - Gargantext.Core.Text.List.Formats.CSV
83 - Gargantext.Core.Text.Metrics
84 - Gargantext.Core.Text.Metrics.CharByChar
85 - Gargantext.Core.Text.Metrics.Count
86 - Gargantext.Core.Text.Metrics.TFICF
87 - Gargantext.Core.Text.Prepare
88 - Gargantext.Core.Text.Search
89 - Gargantext.Core.Text.Terms
90 - Gargantext.Core.Text.Terms.Eleve
91 - Gargantext.Core.Text.Terms.Mono
92 - Gargantext.Core.Text.Terms.Multi.Lang.En
93 - Gargantext.Core.Text.Terms.Multi.Lang.Fr
94 - Gargantext.Core.Text.Terms.Multi.RAKE
95 - Gargantext.Core.Text.Terms.WithList
96 - Gargantext.Core.Types
97 - Gargantext.Core.Types.Individu
98 - Gargantext.Core.Types.Main
99 - Gargantext.Core.Utils
100 - Gargantext.Core.Utils.Prefix
101 - Gargantext.Core.Viz.Graph
102 - Gargantext.Core.Viz.Graph.Index
103 - Gargantext.Core.Viz.Graph.Tools
104 - Gargantext.Core.Viz.Graph.Tools.IGraph
105 - Gargantext.Core.Viz.Graph.Types
106 - Gargantext.Core.Viz.Phylo
107 - Gargantext.Core.Viz.Phylo.API
108 - Gargantext.Core.Viz.Phylo.API.Tools
109 - Gargantext.Core.Viz.Phylo.PhyloExport
110 - Gargantext.Core.Viz.Phylo.PhyloMaker
111 - Gargantext.Core.Viz.Phylo.PhyloTools
112 - Gargantext.Core.Viz.Phylo.SynchronicClustering
113 - Gargantext.Core.Viz.Types
114 - Gargantext.Database.Action.Flow
115 - Gargantext.Database.Action.Flow.Types
116 - Gargantext.Database.Action.User.New
117 - Gargantext.Database.Admin.Config
118 - Gargantext.Database.Admin.Trigger.Init
119 - Gargantext.Database.Admin.Types.Hyperdata
120 - Gargantext.Database.Admin.Types.Node
121 - Gargantext.Database.Prelude
122 - Gargantext.Database.Query.Table.NgramsPostag
123 - Gargantext.Database.Query.Table.Node
124 - Gargantext.Database.Query.Table.Node.UpdateOpaleye
125 - Gargantext.Database.Query.Table.User
126 - Gargantext.Database.Schema.Ngrams
127 - Gargantext.Defaults
128 - Gargantext.Utils.Jobs
129 - Gargantext.Utils.Jobs.Internal
130 - Gargantext.Utils.Jobs.Map
131 - Gargantext.Utils.Jobs.Monad
132 - Gargantext.Utils.Jobs.Queue
133 - Gargantext.Utils.Jobs.Settings
134 - Gargantext.Utils.Jobs.State
135 - Gargantext.Utils.SpacyNLP
136 - Gargantext.Utils.Tuple
137 dependencies:
138 - HSvm
139 - KMP
140 - MissingH
141 - MonadRandom
142 - QuickCheck
143 - Unique
144 - accelerate
145 - accelerate-arithmetic
146 - accelerate-llvm-native
147 - accelerate-utility
148 - aeson
149 - aeson-lens
150 - aeson-pretty
151 - array
152 - async
153 - attoparsec
154 - auto-update
155 - base >=4.7 && <5
156 - base16-bytestring
157 - base64-bytestring
158 - blaze-html
159 - blaze-markup
160 - blaze-svg
161 - bytestring
162 - case-insensitive
163 - cassava
164 - cereal # (IGraph)
165 - cborg
166 - conduit
167 - conduit-extra
168 - containers
169 - contravariant
170 - crawlerArxiv
171 - crawlerHAL
172 - crawlerISTEX
173 - crawlerIsidore
174 - crawlerPubMed
175 - cryptohash
176 - data-time-segment
177 - deepseq
178 - directory
179 - duckling
180 - ekg-core
181 - ekg-json
182 - exceptions
183 - fast-logger
184 - fclabels
185 - fgl
186 - filelock
187 - filepath
188 - formatting
189 - full-text-search
190 - fullstop
191 - gargantext-prelude
192 - gargantext-graph >= 0.1.0.0
193 - graphviz
194 - hashable
195 - haskell-igraph
196 - hlcm
197 - hsinfomap
198 - hsparql
199 - hstatistics
200 - http-api-data
201 - http-client
202 - http-client-tls
203 - http-conduit
204 - http-media
205 - http-types
206 - hxt
207 - ihaskell
208 - ini
209 - insert-ordered-containers
210 - jose
211 - json-stream
212 - lens
213 - lifted-base
214 - listsafe
215 - located-base
216 - logging-effect
217 - matrix
218 - monad-control
219 - monad-logger
220 - morpheus-graphql
221 - morpheus-graphql-app
222 - morpheus-graphql-core
223 - morpheus-graphql-subscriptions
224 - mtl
225 - natural-transformation
226 - network-uri
227 - opaleye
228 - pandoc
229 - parallel
230 - parsec
231 - patches-class
232 - patches-map
233 - path
234 - path-io
235 - postgresql-simple
236 - pretty-simple
237 - probability
238 - process
239 - product-profunctors
240 - profunctors
241 - protolude
242 - pureMD5
243 - quickcheck-instances
244 - rake
245 - random
246 - rdf4h
247 - regex-compat
248 - regex-tdfa
249 - resource-pool
250 - resourcet
251 - safe
252 - scientific
253 - semigroups
254 - serialise
255 - servant
256 - servant-auth
257 - servant-auth-client
258 - servant-auth-server >= 0.4.4.0
259 - servant-auth-swagger
260 - servant-blaze
261 - servant-cassava
262 - servant-client
263 - servant-ekg
264 - servant-flatten
265 - servant-job
266 - servant-mock
267 - servant-multipart
268 - servant-server
269 - servant-swagger
270 - servant-swagger-ui
271 - servant-xml
272 - simple-reflect
273 - singletons # (IGraph)
274 - split
275 - stemmer
276 - stm
277 - swagger2
278 - taggy-lens
279 - tagsoup
280 - template-haskell
281 - temporary
282 - text-conversions
283 - text-metrics
284 - time
285 - time-locale-compat
286 - timezone-series
287 - transformers
288 - transformers-base
289 - tuple
290 - unordered-containers
291 - utf8-string
292 - uuid
293 - uri-encode
294 - validity
295 - vector
296 - wai
297 - wai-app-static
298 - wai-cors
299 - wai-extra
300 - wai-websockets
301 - warp
302 - wikiparsec
303 - websockets
304 - wreq
305 - xml-conduit
306 - xml-types
307 - xmlbf
308 - yaml
309 - zip
310 - zlib
311
312 executables:
313 gargantext-server:
314 main: Main.hs
315 source-dirs: bin/gargantext-server
316 ghc-options:
317 - -O2
318 - -Wcompat
319 - -Wmissing-signatures
320 - -rtsopts
321 - -threaded
322 - -with-rtsopts=-N
323 - -with-rtsopts=-T
324 - -fprof-auto
325 dependencies:
326 - base
327 - containers
328 - gargantext
329 - gargantext-prelude
330 - vector
331 - cassava
332 - ini
333 - optparse-generic
334 - unordered-containers
335 - full-text-search
336
337 gargantext-cli:
338 main: Main.hs
339 source-dirs: bin/gargantext-cli
340 ghc-options:
341 - -threaded
342 - -rtsopts
343 - -with-rtsopts=-N
344 - -O2
345 - -Wmissing-signatures
346 dependencies:
347 - aeson
348 - async
349 - base
350 - bytestring
351 - containers
352 - gargantext
353 - gargantext-prelude
354 - vector
355 - cassava
356 - ini
357 - optparse-generic
358 - split
359 - unordered-containers
360 - full-text-search
361
362 gargantext-phylo:
363 main: Main.hs
364 source-dirs: bin/gargantext-phylo
365 ghc-options:
366 - -threaded
367 - -rtsopts
368 - -with-rtsopts=-N
369 - -O2
370 - -Wmissing-signatures
371 dependencies:
372 - aeson
373 - async
374 - base
375 - bytestring
376 - containers
377 - directory
378 - gargantext
379 - gargantext-prelude
380 - vector
381 - parallel
382 - cassava
383 - ini
384 - optparse-generic
385 - split
386 - unordered-containers
387 - cryptohash
388 - time
389
390 gargantext-import:
391 main: Main.hs
392 source-dirs: bin/gargantext-import
393 ghc-options:
394 - -threaded
395 - -rtsopts
396 - -with-rtsopts=-N
397 - -O2
398 - -Wmissing-signatures
399 dependencies:
400 - gargantext
401 - gargantext-prelude
402 - base
403 - servant-server
404
405 gargantext-init:
406 main: Main.hs
407 source-dirs: bin/gargantext-init
408 ghc-options:
409 - -threaded
410 - -rtsopts
411 - -with-rtsopts=-N
412 - -O2
413 - -Wmissing-signatures
414 dependencies:
415 - gargantext
416 - gargantext-prelude
417 - base
418
419 gargantext-invitations:
420 main: Main.hs
421 source-dirs: bin/gargantext-invitations
422 ghc-options:
423 - -threaded
424 - -rtsopts
425 - -with-rtsopts=-N
426 - -O2
427 - -Wmissing-signatures
428 dependencies:
429 - gargantext
430 - gargantext-prelude
431 - base
432
433
434 gargantext-upgrade:
435 main: Main.hs
436 source-dirs: bin/gargantext-upgrade
437 ghc-options:
438 - -threaded
439 - -rtsopts
440 - -with-rtsopts=-N
441 - -O2
442 - -Wmissing-signatures
443 dependencies:
444 - gargantext
445 - gargantext-prelude
446 - base
447 - postgresql-simple
448
449 gargantext-admin:
450 main: Main.hs
451 source-dirs: bin/gargantext-admin
452 ghc-options:
453 - -threaded
454 - -rtsopts
455 - -with-rtsopts=-N
456 - -O2
457 - -Wmissing-signatures
458 dependencies:
459 - gargantext
460 - gargantext-prelude
461 - base
462
463
464 gargantext-cbor2json:
465 main: Main.hs
466 source-dirs: bin/gargantext-cbor2json
467 ghc-options:
468 - -threaded
469 - -rtsopts
470 - -with-rtsopts=-N
471 - -O2
472 - -Wmissing-signatures
473 dependencies:
474 - gargantext
475 - gargantext-prelude
476 - base
477 - bytestring
478 - aeson
479 - serialise
480
481
482 tests:
483 garg-test:
484 main: Main.hs
485 source-dirs: src-test
486 default-extensions:
487 - DataKinds
488 - DeriveGeneric
489 - FlexibleContexts
490 - FlexibleInstances
491 - GeneralizedNewtypeDeriving
492 - MultiParamTypeClasses
493 - NoImplicitPrelude
494 - OverloadedStrings
495 - RankNTypes
496 ghc-options:
497 - -threaded
498 - -rtsopts
499 - -with-rtsopts=-N
500 dependencies:
501 - base
502 - gargantext
503 - gargantext-prelude
504 - hspec
505 - QuickCheck
506 - quickcheck-instances
507 - time
508 - parsec
509 - duckling
510 - text
511 - unordered-containers
512 jobqueue-test:
513 main: Main.hs
514 source-dirs: tests/queue
515 ghc-options:
516 - -threaded
517 - -rtsopts
518 - -with-rtsopts=-N
519 dependencies:
520 - aeson
521 - async
522 - base
523 - containers
524 - gargantext
525 - mtl
526 - hspec
527 - http-client
528 - http-client-tls
529 - servant-job
530 - stm
531 # garg-doctest:
532 # main: Main.hs
533 # source-dirs: src-doctest
534 # ghc-options:
535 # - -O2
536 # - -Wcompat
537 # - -Wmissing-signatures
538 # - -rtsopts
539 # - -threaded
540 # - -with-rtsopts=-N
541 # dependencies:
542 # - doctest
543 # - Glob
544 # - QuickCheck
545 # - base
546 # - gargantext
547 # default-extensions:
548 # - DataKinds
549 # - DeriveGeneric
550 # - FlexibleContexts
551 # - FlexibleInstances
552 # - GeneralizedNewtypeDeriving
553 # - MultiParamTypeClasses
554 # - NoImplicitPrelude
555 # - OverloadedStrings
556 # - RankNTypes
557 #
558