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