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