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