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