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