]> Git — Sourcephile - gargantext.git/blob - package.yaml
[VERSION] +1 to 0.0.5.8.6
[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.6'
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 - ini
191 - insert-ordered-containers
192 - jose
193 - json-stream
194 - lens
195 - listsafe
196 - located-base
197 - logging-effect
198 - matrix
199 - monad-control
200 - monad-logger
201 - morpheus-graphql
202 - morpheus-graphql-app
203 - morpheus-graphql-core
204 - morpheus-graphql-subscriptions
205 - mtl
206 - natural-transformation
207 - opaleye
208 - pandoc
209 - parallel
210 - parsec
211 - patches-class
212 - patches-map
213 - path
214 - path-io
215 - postgresql-simple
216 - pretty-simple
217 - probability
218 - process
219 - product-profunctors
220 - profunctors
221 - protolude
222 - pureMD5
223 - quickcheck-instances
224 - rake
225 - random
226 - rdf4h
227 - regex-compat
228 - regex-tdfa
229 - resource-pool
230 - resourcet
231 - safe
232 - scientific
233 - semigroups
234 - serialise
235 - servant
236 - servant-auth
237 - servant-auth-client
238 - servant-auth-server >= 0.4.4.0
239 - servant-auth-swagger
240 - servant-blaze
241 - servant-cassava
242 - servant-client
243 - servant-ekg
244 - servant-flatten
245 - servant-job
246 - servant-mock
247 - servant-multipart
248 - servant-server
249 - servant-static-th
250 - servant-swagger
251 - servant-swagger-ui
252 - servant-xml
253 - simple-reflect
254 - singletons # (IGraph)
255 - split
256 - stemmer
257 - swagger2
258 - taggy-lens
259 - tagsoup
260 - template-haskell
261 - temporary
262 - text-conversions
263 - text-metrics
264 - time
265 - time-locale-compat
266 - timezone-series
267 - transformers
268 - transformers-base
269 - tuple
270 - unordered-containers
271 - utf8-string
272 - uuid
273 - validity
274 - vector
275 - wai
276 - wai-app-static
277 - wai-cors
278 - wai-extra
279 - wai-websockets
280 - warp
281 - wikiparsec
282 - websockets
283 - wreq
284 - xml-conduit
285 - xml-types
286 - xmlbf
287 - yaml
288 - zip
289 - zlib
290
291 executables:
292 gargantext-server:
293 main: Main.hs
294 source-dirs: bin/gargantext-server
295 ghc-options:
296 - -O2
297 - -Wcompat
298 - -Wmissing-signatures
299 - -rtsopts
300 - -threaded
301 - -with-rtsopts=-N
302 - -with-rtsopts=-T
303 - -fprof-auto
304 dependencies:
305 - base
306 - containers
307 - gargantext
308 - gargantext-prelude
309 - vector
310 - cassava
311 - ini
312 - optparse-generic
313 - unordered-containers
314 - full-text-search
315
316 gargantext-cli:
317 main: Main.hs
318 source-dirs: bin/gargantext-cli
319 ghc-options:
320 - -threaded
321 - -rtsopts
322 - -with-rtsopts=-N
323 - -O2
324 - -Wmissing-signatures
325 dependencies:
326 - aeson
327 - async
328 - base
329 - bytestring
330 - containers
331 - gargantext
332 - gargantext-prelude
333 - vector
334 - cassava
335 - ini
336 - optparse-generic
337 - split
338 - unordered-containers
339 - full-text-search
340
341
342 gargantext-client:
343 main: Main.hs
344 source-dirs: bin/gargantext-client
345 ghc-options:
346 - -Wall
347 - -threaded
348 - -rtsopts
349 - -with-rtsopts=-N
350 - -O2
351 - -Wmissing-signatures
352 default-extensions:
353 - DataKinds
354 - DeriveGeneric
355 - FlexibleContexts
356 - FlexibleInstances
357 - GeneralizedNewtypeDeriving
358 - MultiParamTypeClasses
359 - NamedFieldPuns
360 - NoImplicitPrelude
361 - OverloadedStrings
362 - RankNTypes
363 - RecordWildCards
364 dependencies:
365 - base
366 - extra
367 - servant
368 - text
369 - optparse-generic
370 - exceptions
371 - servant-client
372 - servant-auth-client
373 - gargantext
374 - ekg-json
375 - http-client
376
377 gargantext-phylo:
378 main: Main.hs
379 source-dirs: bin/gargantext-phylo
380 ghc-options:
381 - -threaded
382 - -rtsopts
383 - -with-rtsopts=-N
384 - -O2
385 - -Wmissing-signatures
386 dependencies:
387 - aeson
388 - async
389 - base
390 - bytestring
391 - containers
392 - directory
393 - gargantext
394 - gargantext-prelude
395 - vector
396 - parallel
397 - cassava
398 - ini
399 - optparse-generic
400 - split
401 - unordered-containers
402 - cryptohash
403 - time
404
405 gargantext-import:
406 main: Main.hs
407 source-dirs: bin/gargantext-import
408 ghc-options:
409 - -threaded
410 - -rtsopts
411 - -with-rtsopts=-N
412 - -O2
413 - -Wmissing-signatures
414 dependencies:
415 - gargantext
416 - gargantext-prelude
417 - base
418 - servant-server
419
420 gargantext-init:
421 main: Main.hs
422 source-dirs: bin/gargantext-init
423 ghc-options:
424 - -threaded
425 - -rtsopts
426 - -with-rtsopts=-N
427 - -O2
428 - -Wmissing-signatures
429 dependencies:
430 - gargantext
431 - gargantext-prelude
432 - base
433
434 gargantext-upgrade:
435 main: Main.hs
436 source-dirs: bin/gargantext-upgrade
437 ghc-options:
438 - -threaded
439 - -rtsopts
440 - -with-rtsopts=-N
441 - -O2
442 - -Wmissing-signatures
443 dependencies:
444 - gargantext
445 - gargantext-prelude
446 - base
447 - postgresql-simple
448
449 gargantext-admin:
450 main: Main.hs
451 source-dirs: bin/gargantext-admin
452 ghc-options:
453 - -threaded
454 - -rtsopts
455 - -with-rtsopts=-N
456 - -O2
457 - -Wmissing-signatures
458 dependencies:
459 - gargantext
460 - gargantext-prelude
461 - base
462
463
464 gargantext-cbor2json:
465 main: Main.hs
466 source-dirs: bin/gargantext-cbor2json
467 ghc-options:
468 - -threaded
469 - -rtsopts
470 - -with-rtsopts=-N
471 - -O2
472 - -Wmissing-signatures
473 dependencies:
474 - gargantext
475 - gargantext-prelude
476 - base
477 - bytestring
478 - aeson
479 - serialise
480
481
482 tests:
483 garg-test:
484 main: Main.hs
485 source-dirs: src-test
486 default-extensions:
487 - DataKinds
488 - DeriveGeneric
489 - FlexibleContexts
490 - FlexibleInstances
491 - GeneralizedNewtypeDeriving
492 - MultiParamTypeClasses
493 - NoImplicitPrelude
494 - OverloadedStrings
495 - RankNTypes
496 ghc-options:
497 - -threaded
498 - -rtsopts
499 - -with-rtsopts=-N
500 dependencies:
501 - base
502 - gargantext
503 - gargantext-prelude
504 - hspec
505 - QuickCheck
506 - quickcheck-instances
507 - time
508 - parsec
509 - duckling
510 - text
511 - unordered-containers
512 # garg-doctest:
513 # main: Main.hs
514 # source-dirs: src-doctest
515 # ghc-options:
516 # - -O2
517 # - -Wcompat
518 # - -Wmissing-signatures
519 # - -rtsopts
520 # - -threaded
521 # - -with-rtsopts=-N
522 # dependencies:
523 # - doctest
524 # - Glob
525 # - QuickCheck
526 # - base
527 # - gargantext
528 # default-extensions:
529 # - DataKinds
530 # - DeriveGeneric
531 # - FlexibleContexts
532 # - FlexibleInstances
533 # - GeneralizedNewtypeDeriving
534 # - MultiParamTypeClasses
535 # - NoImplicitPrelude
536 # - OverloadedStrings
537 # - RankNTypes
538 #
539