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