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