]> Git — Sourcephile - gargantext.git/blob - package.yaml
[refactor] add newtype Limit, newtype Query
[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.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.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.Types.Query
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 - regex-compat
251 - regex-tdfa
252 - resource-pool
253 - resourcet
254 - safe
255 - scientific
256 - semigroups
257 - serialise
258 - servant
259 - servant-auth
260 - servant-auth-client
261 - servant-auth-server >= 0.4.4.0
262 - servant-auth-swagger
263 - servant-blaze
264 - servant-cassava
265 - servant-client
266 - servant-ekg
267 - servant-flatten
268 - servant-job
269 - servant-mock
270 - servant-multipart
271 - servant-server
272 - servant-swagger
273 - servant-swagger-ui
274 - servant-xml
275 - simple-reflect
276 - singletons # (IGraph)
277 - split
278 - stemmer
279 - stm
280 - swagger2
281 - taggy-lens
282 - tagsoup
283 - template-haskell
284 - temporary
285 - text-conversions
286 - text-metrics
287 - time
288 - time-locale-compat
289 - timezone-series
290 - transformers
291 - transformers-base
292 - tuple
293 - unordered-containers
294 - utf8-string
295 - uuid
296 - uri-encode
297 - validity
298 - vector
299 - wai
300 - wai-app-static
301 - wai-cors
302 - wai-extra
303 - wai-websockets
304 - warp
305 - wikiparsec
306 - websockets
307 - wreq
308 - xml-conduit
309 - xml-types
310 - xmlbf
311 - yaml
312 - zip
313 - zlib
314
315 executables:
316 gargantext-server:
317 main: Main.hs
318 source-dirs: bin/gargantext-server
319 ghc-options:
320 - -O2
321 - -Wcompat
322 - -Wmissing-signatures
323 - -rtsopts
324 - -threaded
325 - -with-rtsopts=-N
326 - -with-rtsopts=-T
327 - -fprof-auto
328 dependencies:
329 - base
330 - containers
331 - gargantext
332 - gargantext-prelude
333 - vector
334 - cassava
335 - ini
336 - optparse-generic
337 - unordered-containers
338 - full-text-search
339
340 gargantext-cli:
341 main: Main.hs
342 source-dirs: bin/gargantext-cli
343 ghc-options:
344 - -threaded
345 - -rtsopts
346 - -with-rtsopts=-N
347 - -O2
348 - -Wmissing-signatures
349 dependencies:
350 - aeson
351 - async
352 - base
353 - bytestring
354 - containers
355 - gargantext
356 - gargantext-prelude
357 - vector
358 - cassava
359 - ini
360 - optparse-generic
361 - split
362 - unordered-containers
363 - full-text-search
364
365 gargantext-phylo:
366 main: Main.hs
367 source-dirs: bin/gargantext-phylo
368 ghc-options:
369 - -threaded
370 - -rtsopts
371 - -with-rtsopts=-N
372 - -O2
373 - -Wmissing-signatures
374 dependencies:
375 - aeson
376 - async
377 - base
378 - bytestring
379 - containers
380 - directory
381 - gargantext
382 - gargantext-prelude
383 - vector
384 - parallel
385 - cassava
386 - ini
387 - optparse-generic
388 - split
389 - unordered-containers
390 - cryptohash
391 - time
392
393 gargantext-import:
394 main: Main.hs
395 source-dirs: bin/gargantext-import
396 ghc-options:
397 - -threaded
398 - -rtsopts
399 - -with-rtsopts=-N
400 - -O2
401 - -Wmissing-signatures
402 dependencies:
403 - gargantext
404 - gargantext-prelude
405 - base
406 - servant-server
407
408 gargantext-init:
409 main: Main.hs
410 source-dirs: bin/gargantext-init
411 ghc-options:
412 - -threaded
413 - -rtsopts
414 - -with-rtsopts=-N
415 - -O2
416 - -Wmissing-signatures
417 dependencies:
418 - gargantext
419 - gargantext-prelude
420 - base
421
422 gargantext-invitations:
423 main: Main.hs
424 source-dirs: bin/gargantext-invitations
425 ghc-options:
426 - -threaded
427 - -rtsopts
428 - -with-rtsopts=-N
429 - -O2
430 - -Wmissing-signatures
431 dependencies:
432 - gargantext
433 - gargantext-prelude
434 - base
435
436
437 gargantext-upgrade:
438 main: Main.hs
439 source-dirs: bin/gargantext-upgrade
440 ghc-options:
441 - -threaded
442 - -rtsopts
443 - -with-rtsopts=-N
444 - -O2
445 - -Wmissing-signatures
446 dependencies:
447 - gargantext
448 - gargantext-prelude
449 - base
450 - postgresql-simple
451
452 gargantext-admin:
453 main: Main.hs
454 source-dirs: bin/gargantext-admin
455 ghc-options:
456 - -threaded
457 - -rtsopts
458 - -with-rtsopts=-N
459 - -O2
460 - -Wmissing-signatures
461 dependencies:
462 - gargantext
463 - gargantext-prelude
464 - base
465
466
467 gargantext-cbor2json:
468 main: Main.hs
469 source-dirs: bin/gargantext-cbor2json
470 ghc-options:
471 - -threaded
472 - -rtsopts
473 - -with-rtsopts=-N
474 - -O2
475 - -Wmissing-signatures
476 dependencies:
477 - gargantext
478 - gargantext-prelude
479 - base
480 - bytestring
481 - aeson
482 - serialise
483
484
485 tests:
486 garg-test:
487 main: Main.hs
488 source-dirs: src-test
489 default-extensions:
490 - DataKinds
491 - DeriveGeneric
492 - FlexibleContexts
493 - FlexibleInstances
494 - GeneralizedNewtypeDeriving
495 - MultiParamTypeClasses
496 - NoImplicitPrelude
497 - OverloadedStrings
498 - RankNTypes
499 ghc-options:
500 - -threaded
501 - -rtsopts
502 - -with-rtsopts=-N
503 dependencies:
504 - base
505 - gargantext
506 - gargantext-prelude
507 - hspec
508 - QuickCheck
509 - quickcheck-instances
510 - time
511 - parsec
512 - duckling
513 - text
514 - unordered-containers
515 jobqueue-test:
516 main: Main.hs
517 source-dirs: tests/queue
518 ghc-options:
519 - -threaded
520 - -rtsopts
521 - -with-rtsopts=-N
522 dependencies:
523 - aeson
524 - async
525 - base
526 - containers
527 - gargantext
528 - mtl
529 - hspec
530 - http-client
531 - http-client-tls
532 - servant-job
533 - stm
534 # garg-doctest:
535 # main: Main.hs
536 # source-dirs: src-doctest
537 # ghc-options:
538 # - -O2
539 # - -Wcompat
540 # - -Wmissing-signatures
541 # - -rtsopts
542 # - -threaded
543 # - -with-rtsopts=-N
544 # dependencies:
545 # - doctest
546 # - Glob
547 # - QuickCheck
548 # - base
549 # - gargantext
550 # default-extensions:
551 # - DataKinds
552 # - DeriveGeneric
553 # - FlexibleContexts
554 # - FlexibleInstances
555 # - GeneralizedNewtypeDeriving
556 # - MultiParamTypeClasses
557 # - NoImplicitPrelude
558 # - OverloadedStrings
559 # - RankNTypes
560 #