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