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