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