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