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