]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
build: remove cabal-install and stack config files
[gargantext.git] / gargantext.cabal
1 cabal-version: 1.12
2
3 name: gargantext
4 version: 0.0.6.9.9.7.1
5 synopsis: Search, map, share
6 description: Please see README.md
7 category: Data
8 homepage: https://gargantext.org
9 author: Gargantext Team
10 maintainer: team@gargantext.org
11 copyright: Copyright: (c) 2017-Present: see git logs and README
12 license: AGPL-3
13 license-file: LICENSE
14 build-type: Simple
15 data-files:
16 ekg-assets/index.html
17 ekg-assets/monitor.js
18 ekg-assets/monitor.css
19 ekg-assets/jquery.flot.min.js
20 ekg-assets/jquery-1.6.4.min.js
21 ekg-assets/bootstrap-1.4.0.min.css
22 ekg-assets/chart_line_add.png
23 ekg-assets/cross.png
24 test-data/ngrams/GarganText_NgramsTerms-QuantumComputing.json
25 test-data/phylo/bpa_phylo_test.json
26 test-data/phylo/open_science.json
27 .clippy.dhall
28
29 library
30 exposed-modules:
31 Gargantext
32 Gargantext.API
33 Gargantext.API.Admin.Auth.Types
34 Gargantext.API.Admin.EnvTypes
35 Gargantext.API.Admin.Settings
36 Gargantext.API.Admin.Orchestrator.Types
37 Gargantext.API.Admin.Types
38 Gargantext.API.Dev
39 Gargantext.API.HashedResponse
40 Gargantext.API.Ngrams
41 Gargantext.API.Ngrams.Prelude
42 Gargantext.API.Ngrams.Tools
43 Gargantext.API.Ngrams.Types
44 Gargantext.API.Node
45 Gargantext.API.Node.Corpus.New
46 Gargantext.API.Node.Corpus.Types
47 Gargantext.API.Node.File
48 Gargantext.API.Node.Share
49 Gargantext.API.Prelude
50 Gargantext.Core
51 Gargantext.Core.NLP
52 Gargantext.Core.Methods.Similarities
53 Gargantext.Core.NodeStory
54 Gargantext.Core.Text
55 Gargantext.Core.Text.Context
56 Gargantext.Core.Text.Corpus.API
57 Gargantext.Core.Text.Corpus.API.Arxiv
58 Gargantext.Core.Text.Corpus.API.OpenAlex
59 Gargantext.Core.Text.Corpus.API.Pubmed
60 Gargantext.Core.Text.Corpus.Query
61 Gargantext.Core.Text.Corpus.Parsers
62 Gargantext.Core.Text.Corpus.Parsers.CSV
63 Gargantext.Core.Text.Corpus.Parsers.Date.Parsec
64 Gargantext.Core.Text.Corpus.Parsers.JSON
65 Gargantext.Core.Text.List.Formats.CSV
66 Gargantext.Core.Text.Metrics
67 Gargantext.Core.Text.Metrics.CharByChar
68 Gargantext.Core.Text.Metrics.Count
69 Gargantext.Core.Text.Metrics.TFICF
70 Gargantext.Core.Text.Prepare
71 Gargantext.Core.Text.Search
72 Gargantext.Core.Text.Terms
73 Gargantext.Core.Text.Terms.Eleve
74 Gargantext.Core.Text.Terms.Mono
75 Gargantext.Core.Text.Terms.Multi
76 Gargantext.Core.Text.Terms.Multi.Lang.En
77 Gargantext.Core.Text.Terms.Multi.Lang.Fr
78 Gargantext.Core.Text.Terms.Multi.RAKE
79 Gargantext.Core.Text.Terms.WithList
80 Gargantext.Core.Types
81 Gargantext.Core.Types.Individu
82 Gargantext.Core.Types.Main
83 Gargantext.Core.Types.Query
84 Gargantext.Core.Types.Phylo
85 Gargantext.Core.Utils
86 Gargantext.Core.Utils.Prefix
87 Gargantext.Core.Viz.Graph
88 Gargantext.Core.Viz.Graph.Index
89 Gargantext.Core.Viz.Graph.Tools
90 Gargantext.Core.Viz.Graph.Tools.IGraph
91 Gargantext.Core.Viz.Graph.Types
92 Gargantext.Core.Viz.Phylo
93 Gargantext.Core.Viz.Phylo.API
94 Gargantext.Core.Viz.Phylo.API.Tools
95 Gargantext.Core.Viz.Phylo.PhyloExport
96 Gargantext.Core.Viz.Phylo.PhyloMaker
97 Gargantext.Core.Viz.Phylo.PhyloTools
98 Gargantext.Core.Viz.Phylo.SynchronicClustering
99 Gargantext.Core.Viz.Types
100 Gargantext.Database.Action.Flow
101 Gargantext.Database.Action.Flow.Types
102 Gargantext.Database.Action.User.New
103 Gargantext.Database.Admin.Config
104 Gargantext.Database.Admin.Trigger.Init
105 Gargantext.Database.Admin.Types.Hyperdata
106 Gargantext.Database.Admin.Types.Node
107 Gargantext.Database.Prelude
108 Gargantext.Database.Query.Table.NgramsPostag
109 Gargantext.Database.Query.Table.Node
110 Gargantext.Database.Query.Table.Node.UpdateOpaleye
111 Gargantext.Database.Query.Table.User
112 Gargantext.Database.Schema.Ngrams
113 Gargantext.Defaults
114 Gargantext.Utils.Jobs
115 Gargantext.Utils.Jobs.Internal
116 Gargantext.Utils.Jobs.Map
117 Gargantext.Utils.Jobs.Monad
118 Gargantext.Utils.Jobs.Queue
119 Gargantext.Utils.Jobs.Settings
120 Gargantext.Utils.Jobs.State
121 Gargantext.Utils.SpacyNLP
122 Gargantext.Utils.Tuple
123 other-modules:
124 Gargantext.API.Admin.Auth
125 Gargantext.API.Admin.FrontEnd
126 Gargantext.API.Admin.Orchestrator
127 Gargantext.API.Admin.Orchestrator.Scrapy.Schedule
128 Gargantext.API.Admin.Utils
129 Gargantext.API.Context
130 Gargantext.API.Count
131 Gargantext.API.EKG
132 Gargantext.API.Flow
133 Gargantext.API.GraphQL
134 Gargantext.API.GraphQL.Annuaire
135 Gargantext.API.GraphQL.AsyncTask
136 Gargantext.API.GraphQL.Context
137 Gargantext.API.GraphQL.IMT
138 Gargantext.API.GraphQL.NLP
139 Gargantext.API.GraphQL.Node
140 Gargantext.API.GraphQL.Team
141 Gargantext.API.GraphQL.TreeFirstLevel
142 Gargantext.API.GraphQL.User
143 Gargantext.API.GraphQL.UserInfo
144 Gargantext.API.GraphQL.Utils
145 Gargantext.API.Job
146 Gargantext.API.Members
147 Gargantext.API.Metrics
148 Gargantext.API.Ngrams.List
149 Gargantext.API.Ngrams.List.Types
150 Gargantext.API.Ngrams.NgramsTree
151 Gargantext.API.Node.Contact
152 Gargantext.API.Node.Corpus.Annuaire
153 Gargantext.API.Node.Corpus.Export
154 Gargantext.API.Node.Corpus.Export.Types
155 Gargantext.API.Node.Corpus.New.File
156 Gargantext.API.Node.Corpus.New.Types
157 Gargantext.API.Node.Corpus.Searx
158 Gargantext.API.Node.Document.Export
159 Gargantext.API.Node.Document.Export.Types
160 Gargantext.API.Node.DocumentsFromWriteNodes
161 Gargantext.API.Node.DocumentUpload
162 Gargantext.API.Node.FrameCalcUpload
163 Gargantext.API.Node.Get
164 Gargantext.API.Node.New
165 Gargantext.API.Node.Types
166 Gargantext.API.Node.Update
167 Gargantext.API.Public
168 Gargantext.API.Routes
169 Gargantext.API.Search
170 Gargantext.API.Server
171 Gargantext.API.Swagger
172 Gargantext.API.Table
173 Gargantext.API.ThrowAll
174 Gargantext.API.Types
175 Gargantext.Core.Ext.IMT
176 Gargantext.Core.Ext.IMTUser
177 Gargantext.Core.Flow.Ngrams
178 Gargantext.Core.Flow.Types
179 Gargantext.Core.Mail
180 Gargantext.Core.Mail.Types
181 Gargantext.Core.Methods.Graph.BAC.Proxemy
182 Gargantext.Core.Methods.Graph.MaxClique
183 Gargantext.Core.Methods.Matrix.Accelerate.Utils
184 Gargantext.Core.Methods.Similarities.Accelerate.Conditional
185 Gargantext.Core.Methods.Similarities.Accelerate.Distributional
186 Gargantext.Core.Methods.Similarities.Accelerate.SpeGen
187 Gargantext.Core.Methods.Similarities.Conditional
188 Gargantext.Core.Methods.Similarities.Distributional
189 Gargantext.Core.NodeStoryFile
190 Gargantext.Core.Statistics
191 Gargantext.Core.Text.Convert
192 Gargantext.Core.Text.Corpus.API.Hal
193 Gargantext.Core.Text.Corpus.API.Isidore
194 Gargantext.Core.Text.Corpus.API.Istex
195 Gargantext.Core.Text.Corpus.Parsers.Book
196 Gargantext.Core.Text.Corpus.Parsers.Date
197 Gargantext.Core.Text.Corpus.Parsers.Date.Attoparsec
198 Gargantext.Core.Text.Corpus.Parsers.FrameWrite
199 Gargantext.Core.Text.Corpus.Parsers.Gitlab
200 Gargantext.Core.Text.Corpus.Parsers.GrandDebat
201 Gargantext.Core.Text.Corpus.Parsers.Iramuteq
202 Gargantext.Core.Text.Corpus.Parsers.Isidore
203 Gargantext.Core.Text.Corpus.Parsers.Json2Csv
204 Gargantext.Core.Text.Corpus.Parsers.RIS
205 Gargantext.Core.Text.Corpus.Parsers.RIS.Presse
206 Gargantext.Core.Text.Corpus.Parsers.Wikidata
207 Gargantext.Core.Text.Corpus.Parsers.Wikidata.Crawler
208 Gargantext.Core.Text.Corpus.Parsers.Wikimedia
209 Gargantext.Core.Text.Corpus.Parsers.WOS
210 Gargantext.Core.Text.Learn
211 Gargantext.Core.Text.List
212 Gargantext.Core.Text.List.Group
213 Gargantext.Core.Text.List.Group.Prelude
214 Gargantext.Core.Text.List.Group.WithScores
215 Gargantext.Core.Text.List.Group.WithStem
216 Gargantext.Core.Text.List.Learn
217 Gargantext.Core.Text.List.Merge
218 Gargantext.Core.Text.List.Social
219 Gargantext.Core.Text.List.Social.Find
220 Gargantext.Core.Text.List.Social.Patch
221 Gargantext.Core.Text.List.Social.Prelude
222 Gargantext.Core.Text.Metrics.FrequentItemSet
223 Gargantext.Core.Text.Metrics.SpeGen.IncExc
224 Gargantext.Core.Text.Metrics.Utils
225 Gargantext.Core.Text.Samples.DE
226 Gargantext.Core.Text.Samples.EN
227 Gargantext.Core.Text.Samples.ES
228 Gargantext.Core.Text.Samples.FR
229 Gargantext.Core.Text.Samples.PL
230 Gargantext.Core.Text.Samples.ZH
231 Gargantext.Core.Text.Terms.Mono.Stem
232 Gargantext.Core.Text.Terms.Mono.Stem.En
233 Gargantext.Core.Text.Terms.Mono.Token
234 Gargantext.Core.Text.Terms.Mono.Token.En
235 Gargantext.Core.Text.Terms.Multi.Group
236 Gargantext.Core.Text.Terms.Multi.PosTagging
237 Gargantext.Core.Text.Terms.Multi.PosTagging.Types
238 Gargantext.Core.Text.Upload
239 Gargantext.Core.Types.Search
240 Gargantext.Core.Utils.DateUtils
241 Gargantext.Core.Viz
242 Gargantext.Core.Viz.Chart
243 Gargantext.Core.Viz.Graph.API
244 Gargantext.Core.Viz.Graph.Bridgeness
245 Gargantext.Core.Viz.Graph.FGL
246 Gargantext.Core.Viz.Graph.GEXF
247 Gargantext.Core.Viz.Graph.Legend
248 Gargantext.Core.Viz.Graph.PatriciaTreeTypes
249 Gargantext.Core.Viz.Graph.Tools.Infomap
250 Gargantext.Core.Viz.Graph.Utils
251 Gargantext.Core.Viz.LegacyPhylo
252 Gargantext.Core.Viz.Phylo.Example
253 Gargantext.Core.Viz.Phylo.Legacy.LegacyMain
254 Gargantext.Core.Viz.Phylo.TemporalMatching
255 Gargantext.Data.HashMap.Strict.Utils
256 Gargantext.Database
257 Gargantext.Database.Action.Delete
258 Gargantext.Database.Action.Flow.Annuaire
259 Gargantext.Database.Action.Flow.List
260 Gargantext.Database.Action.Flow.Pairing
261 Gargantext.Database.Action.Flow.Utils
262 Gargantext.Database.Action.Index
263 Gargantext.Database.Action.Learn
264 Gargantext.Database.Action.Mail
265 Gargantext.Database.Action.Metrics
266 Gargantext.Database.Action.Metrics.Lists
267 Gargantext.Database.Action.Metrics.NgramsByContext
268 Gargantext.Database.Action.Metrics.TFICF
269 Gargantext.Database.Action.Node
270 Gargantext.Database.Action.Search
271 Gargantext.Database.Action.Share
272 Gargantext.Database.Action.TSQuery
273 Gargantext.Database.Action.User
274 Gargantext.Database.Admin.Access
275 Gargantext.Database.Admin.Bashql
276 Gargantext.Database.Admin.Trigger.ContextNodeNgrams
277 Gargantext.Database.Admin.Trigger.Contexts
278 Gargantext.Database.Admin.Trigger.NodesContexts
279 Gargantext.Database.Admin.Types.Hyperdata.Any
280 Gargantext.Database.Admin.Types.Hyperdata.Contact
281 Gargantext.Database.Admin.Types.Hyperdata.Corpus
282 Gargantext.Database.Admin.Types.Hyperdata.CorpusField
283 Gargantext.Database.Admin.Types.Hyperdata.Dashboard
284 Gargantext.Database.Admin.Types.Hyperdata.Default
285 Gargantext.Database.Admin.Types.Hyperdata.Document
286 Gargantext.Database.Admin.Types.Hyperdata.File
287 Gargantext.Database.Admin.Types.Hyperdata.Folder
288 Gargantext.Database.Admin.Types.Hyperdata.Frame
289 Gargantext.Database.Admin.Types.Hyperdata.List
290 Gargantext.Database.Admin.Types.Hyperdata.Model
291 Gargantext.Database.Admin.Types.Hyperdata.Phylo
292 Gargantext.Database.Admin.Types.Hyperdata.Prelude
293 Gargantext.Database.Admin.Types.Hyperdata.Texts
294 Gargantext.Database.Admin.Types.Hyperdata.User
295 Gargantext.Database.Admin.Types.Metrics
296 Gargantext.Database.GargDB
297 Gargantext.Database.Query
298 Gargantext.Database.Query.Facet
299 Gargantext.Database.Query.Facet.Types
300 Gargantext.Database.Query.Filter
301 Gargantext.Database.Query.Join
302 Gargantext.Database.Query.Prelude
303 Gargantext.Database.Query.Table.Context
304 Gargantext.Database.Query.Table.ContextNodeNgrams
305 Gargantext.Database.Query.Table.ContextNodeNgrams2
306 Gargantext.Database.Query.Table.Ngrams
307 Gargantext.Database.Query.Table.Node.Children
308 Gargantext.Database.Query.Table.Node.Contact
309 Gargantext.Database.Query.Table.Node.Document.Add
310 Gargantext.Database.Query.Table.Node.Document.Insert
311 Gargantext.Database.Query.Table.Node.Error
312 Gargantext.Database.Query.Table.Node.Select
313 Gargantext.Database.Query.Table.Node.Update
314 Gargantext.Database.Query.Table.Node.User
315 Gargantext.Database.Query.Table.Node_NodeNgramsNodeNgrams
316 Gargantext.Database.Query.Table.NodeContext
317 Gargantext.Database.Query.Table.NodeContext_NodeContext
318 Gargantext.Database.Query.Table.NodeNgrams
319 Gargantext.Database.Query.Table.NodeNode
320 Gargantext.Database.Query.Table.NodeNodeNgrams
321 Gargantext.Database.Query.Table.NodesNgramsRepo
322 Gargantext.Database.Query.Tree
323 Gargantext.Database.Query.Tree.Error
324 Gargantext.Database.Query.Tree.Root
325 Gargantext.Database.Schema.Context
326 Gargantext.Database.Schema.ContextNodeNgrams
327 Gargantext.Database.Schema.ContextNodeNgrams2
328 Gargantext.Database.Schema.NgramsPostag
329 Gargantext.Database.Schema.Node
330 Gargantext.Database.Schema.Node_NodeNgramsNodeNgrams
331 Gargantext.Database.Schema.NodeContext
332 Gargantext.Database.Schema.NodeContext_NodeContext
333 Gargantext.Database.Schema.NodeNgrams
334 Gargantext.Database.Schema.NodeNode
335 Gargantext.Database.Schema.NodeNodeNgrams
336 Gargantext.Database.Schema.NodeNodeNgrams2
337 Gargantext.Database.Schema.NodesNgramsRepo
338 Gargantext.Database.Schema.Prelude
339 Gargantext.Database.Schema.User
340 Gargantext.Database.Types
341 Gargantext.Utils.Aeson
342 Gargantext.Utils.JohnSnowNLP
343 Gargantext.Utils.Servant
344 Gargantext.Utils.UTCTime
345 Paths_gargantext
346 hs-source-dirs:
347 src
348 default-extensions:
349 DataKinds
350 DeriveGeneric
351 FlexibleContexts
352 FlexibleInstances
353 GADTs
354 GeneralizedNewtypeDeriving
355 MultiParamTypeClasses
356 NamedFieldPuns
357 NoImplicitPrelude
358 OverloadedStrings
359 RankNTypes
360 RecordWildCards
361 StrictData
362 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror -freduction-depth=300 -fplugin=Clippy
363 build-depends:
364 HSvm
365 , KMP
366 , MissingH
367 , MonadRandom
368 , QuickCheck
369 , Unique
370 , accelerate
371 , accelerate-arithmetic
372 , accelerate-llvm-native
373 , accelerate-utility
374 , aeson
375 , aeson-pretty
376 , array
377 , async
378 , attoparsec
379 , auto-update
380 , base >=4.7 && <5
381 , base16-bytestring
382 , base64-bytestring
383 , blaze-html
384 , blaze-markup
385 , blaze-svg
386 , boolexpr
387 , bytestring
388 , case-insensitive
389 , cassava
390 , cborg
391 , cereal
392 , conduit
393 , conduit-extra
394 , containers
395 , contravariant
396 , crawlerArxiv
397 , crawlerHAL
398 , crawlerISTEX
399 , crawlerIsidore
400 , crawlerPubMed
401 , cron
402 , cryptohash
403 , data-time-segment
404 , deepseq
405 , directory
406 , duckling
407 , ekg-core
408 , ekg-json
409 , exceptions
410 , extra
411 , fast-logger
412 , fclabels
413 , fgl
414 , filelock
415 , filepath
416 , formatting
417 , full-text-search
418 , fullstop
419 , gargantext-graph >=0.1.0.0
420 , gargantext-prelude
421 , ghc-clippy-plugin
422 , graphviz
423 , hashable
424 , haskell-igraph
425 , hlcm
426 , hsinfomap
427 , hsparql
428 , hstatistics
429 , http-api-data
430 , http-client
431 , http-client-tls
432 , http-conduit
433 , http-media
434 , http-types
435 , hxt
436 , ihaskell
437 , ini
438 , insert-ordered-containers
439 , jose
440 , json-stream
441 , lens
442 , lifted-base
443 , listsafe
444 , located-base
445 , logging-effect
446 , matrix
447 , monad-control
448 , monad-logger
449 , morpheus-graphql
450 , morpheus-graphql-app
451 , morpheus-graphql-core
452 , morpheus-graphql-server
453 , morpheus-graphql-subscriptions
454 , mtl
455 , natural-transformation
456 , network-uri
457 , opaleye
458 , openalex
459 , pandoc
460 , parallel
461 , parsec
462 , patches-class
463 , patches-map
464 , path
465 , path-io
466 , postgresql-simple
467 , pretty-simple
468 , probability
469 , process
470 , product-profunctors
471 , profunctors
472 , protolude
473 , pureMD5
474 , quickcheck-instances
475 , rake
476 , random
477 , rdf4h
478 , regex-compat
479 , regex-tdfa
480 , replace-attoparsec
481 , resource-pool
482 , resourcet
483 , safe
484 , scientific
485 , semigroups
486 , serialise
487 , servant
488 , servant-auth
489 , servant-auth-client
490 , servant-auth-server >=0.4.4.0
491 , servant-auth-swagger
492 , servant-blaze
493 , servant-cassava
494 , servant-client
495 , servant-ekg
496 , servant-flatten
497 , servant-job
498 , servant-multipart
499 , servant-server
500 , servant-swagger
501 , servant-swagger-ui
502 , servant-xml
503 , simple-reflect
504 , singletons
505 , split
506 , stemmer
507 , stm
508 , swagger2
509 , taggy-lens
510 , tagsoup
511 , template-haskell
512 , temporary
513 , text
514 , text-conversions
515 , text-metrics
516 , time
517 , time-locale-compat
518 , timezone-series
519 , transformers
520 , transformers-base
521 , tuple
522 , unordered-containers
523 , uri-encode
524 , utf8-string
525 , uuid
526 , validity
527 , vector
528 , wai
529 , wai-app-static
530 , wai-cors
531 , wai-extra
532 , wai-websockets
533 , warp
534 , websockets
535 , wikiparsec
536 , wreq
537 , xml-conduit
538 , xml-types
539 , xmlbf
540 , yaml
541 , zip
542 , zlib
543 default-language: Haskell2010
544
545 executable gargantext-admin
546 main-is: Main.hs
547 other-modules:
548 Paths_gargantext
549 hs-source-dirs:
550 bin/gargantext-admin
551 default-extensions:
552 DataKinds
553 DeriveGeneric
554 FlexibleContexts
555 FlexibleInstances
556 GADTs
557 GeneralizedNewtypeDeriving
558 MultiParamTypeClasses
559 NamedFieldPuns
560 NoImplicitPrelude
561 OverloadedStrings
562 RankNTypes
563 RecordWildCards
564 StrictData
565 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
566 build-depends:
567 base
568 , extra
569 , gargantext
570 , gargantext-prelude
571 , text
572 default-language: Haskell2010
573
574 executable gargantext-cbor2json
575 main-is: Main.hs
576 other-modules:
577 Paths_gargantext
578 hs-source-dirs:
579 bin/gargantext-cbor2json
580 default-extensions:
581 DataKinds
582 DeriveGeneric
583 FlexibleContexts
584 FlexibleInstances
585 GADTs
586 GeneralizedNewtypeDeriving
587 MultiParamTypeClasses
588 NamedFieldPuns
589 NoImplicitPrelude
590 OverloadedStrings
591 RankNTypes
592 RecordWildCards
593 StrictData
594 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
595 build-depends:
596 aeson
597 , base
598 , bytestring
599 , extra
600 , gargantext
601 , gargantext-prelude
602 , serialise
603 , text
604 default-language: Haskell2010
605
606 executable gargantext-cli
607 main-is: Main.hs
608 other-modules:
609 CleanCsvCorpus
610 Paths_gargantext
611 hs-source-dirs:
612 bin/gargantext-cli
613 default-extensions:
614 DataKinds
615 DeriveGeneric
616 FlexibleContexts
617 FlexibleInstances
618 GADTs
619 GeneralizedNewtypeDeriving
620 MultiParamTypeClasses
621 NamedFieldPuns
622 NoImplicitPrelude
623 OverloadedStrings
624 RankNTypes
625 RecordWildCards
626 StrictData
627 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
628 build-depends:
629 aeson
630 , async
631 , base
632 , bytestring
633 , cassava
634 , containers
635 , extra
636 , full-text-search
637 , gargantext
638 , gargantext-prelude
639 , ini
640 , optparse-generic
641 , split
642 , text
643 , unordered-containers
644 , vector
645 default-language: Haskell2010
646
647 executable gargantext-import
648 main-is: Main.hs
649 other-modules:
650 Paths_gargantext
651 hs-source-dirs:
652 bin/gargantext-import
653 default-extensions:
654 DataKinds
655 DeriveGeneric
656 FlexibleContexts
657 FlexibleInstances
658 GADTs
659 GeneralizedNewtypeDeriving
660 MultiParamTypeClasses
661 NamedFieldPuns
662 NoImplicitPrelude
663 OverloadedStrings
664 RankNTypes
665 RecordWildCards
666 StrictData
667 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
668 build-depends:
669 base
670 , extra
671 , gargantext
672 , gargantext-prelude
673 , servant-server
674 , text
675 default-language: Haskell2010
676
677 executable gargantext-init
678 main-is: Main.hs
679 other-modules:
680 Paths_gargantext
681 hs-source-dirs:
682 bin/gargantext-init
683 default-extensions:
684 DataKinds
685 DeriveGeneric
686 FlexibleContexts
687 FlexibleInstances
688 GADTs
689 GeneralizedNewtypeDeriving
690 MultiParamTypeClasses
691 NamedFieldPuns
692 NoImplicitPrelude
693 OverloadedStrings
694 RankNTypes
695 RecordWildCards
696 StrictData
697 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
698 build-depends:
699 base
700 , cron
701 , extra
702 , gargantext
703 , gargantext-prelude
704 , text
705 default-language: Haskell2010
706
707 executable gargantext-invitations
708 main-is: Main.hs
709 other-modules:
710 Paths_gargantext
711 hs-source-dirs:
712 bin/gargantext-invitations
713 default-extensions:
714 DataKinds
715 DeriveGeneric
716 FlexibleContexts
717 FlexibleInstances
718 GADTs
719 GeneralizedNewtypeDeriving
720 MultiParamTypeClasses
721 NamedFieldPuns
722 NoImplicitPrelude
723 OverloadedStrings
724 RankNTypes
725 RecordWildCards
726 StrictData
727 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
728 build-depends:
729 base
730 , extra
731 , gargantext
732 , gargantext-prelude
733 , text
734 default-language: Haskell2010
735
736 executable gargantext-phylo
737 main-is: Main.hs
738 other-modules:
739 Paths_gargantext
740 hs-source-dirs:
741 bin/gargantext-phylo
742 default-extensions:
743 DataKinds
744 DeriveGeneric
745 FlexibleContexts
746 FlexibleInstances
747 GADTs
748 GeneralizedNewtypeDeriving
749 MultiParamTypeClasses
750 NamedFieldPuns
751 NoImplicitPrelude
752 OverloadedStrings
753 RankNTypes
754 RecordWildCards
755 StrictData
756 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
757 build-depends:
758 aeson
759 , async
760 , base
761 , bytestring
762 , cassava
763 , containers
764 , cryptohash
765 , directory
766 , extra
767 , gargantext
768 , gargantext-prelude
769 , ini
770 , optparse-generic
771 , parallel
772 , split
773 , text
774 , time
775 , unordered-containers
776 , vector
777 default-language: Haskell2010
778
779 executable gargantext-server
780 main-is: Main.hs
781 other-modules:
782 Paths_gargantext
783 hs-source-dirs:
784 bin/gargantext-server
785 default-extensions:
786 DataKinds
787 DeriveGeneric
788 FlexibleContexts
789 FlexibleInstances
790 GADTs
791 GeneralizedNewtypeDeriving
792 MultiParamTypeClasses
793 NamedFieldPuns
794 NoImplicitPrelude
795 OverloadedStrings
796 RankNTypes
797 RecordWildCards
798 StrictData
799 ghc-options: -Wall -O2 -Wcompat -Wmissing-signatures -rtsopts -threaded -with-rtsopts=-N -with-rtsopts=-T -fprof-auto
800 build-depends:
801 base
802 , cassava
803 , containers
804 , extra
805 , full-text-search
806 , gargantext
807 , gargantext-prelude
808 , ini
809 , optparse-generic
810 , postgresql-simple
811 , text
812 , unordered-containers
813 , vector
814 default-language: Haskell2010
815
816 executable gargantext-upgrade
817 main-is: Main.hs
818 other-modules:
819 Paths_gargantext
820 hs-source-dirs:
821 bin/gargantext-upgrade
822 default-extensions:
823 DataKinds
824 DeriveGeneric
825 FlexibleContexts
826 FlexibleInstances
827 GADTs
828 GeneralizedNewtypeDeriving
829 MultiParamTypeClasses
830 NamedFieldPuns
831 NoImplicitPrelude
832 OverloadedStrings
833 RankNTypes
834 RecordWildCards
835 StrictData
836 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2 -Wmissing-signatures
837 build-depends:
838 base
839 , cron
840 , extra
841 , gargantext
842 , gargantext-prelude
843 , postgresql-simple
844 , text
845 default-language: Haskell2010
846
847 test-suite garg-test
848 type: exitcode-stdio-1.0
849 main-is: Main.hs
850 other-modules:
851 Core.Text
852 Core.Text.Corpus.Query
853 Core.Text.Examples
854 Core.Text.Flow
855 Core.Utils
856 Graph.Clustering
857 Graph.Distance
858 Ngrams.Lang
859 Ngrams.Lang.En
860 Ngrams.Lang.Fr
861 Ngrams.Lang.Occurrences
862 Ngrams.Metrics
863 Ngrams.NLP
864 Ngrams.Query
865 Ngrams.Query.PaginationCorpus
866 Offline.JSON
867 Parsers.Date
868 Parsers.Types
869 Parsers.WOS
870 Utils.Crypto
871 Utils.Jobs
872 Paths_gargantext
873 hs-source-dirs:
874 src-test
875 default-extensions:
876 DataKinds
877 DeriveGeneric
878 FlexibleContexts
879 FlexibleInstances
880 GADTs
881 GeneralizedNewtypeDeriving
882 MultiParamTypeClasses
883 NamedFieldPuns
884 NoImplicitPrelude
885 OverloadedStrings
886 RankNTypes
887 RecordWildCards
888 StrictData
889 DataKinds
890 DeriveGeneric
891 FlexibleContexts
892 FlexibleInstances
893 GeneralizedNewtypeDeriving
894 MultiParamTypeClasses
895 NoImplicitPrelude
896 OverloadedStrings
897 RankNTypes
898 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
899 build-depends:
900 QuickCheck
901 , aeson
902 , async
903 , base
904 , boolexpr
905 , bytestring
906 , conduit
907 , containers
908 , crawlerArxiv
909 , duckling
910 , extra
911 , gargantext
912 , gargantext-prelude
913 , hspec
914 , http-client
915 , http-client-tls
916 , mtl
917 , parsec
918 , patches-class
919 , patches-map
920 , quickcheck-instances
921 , raw-strings-qq
922 , servant-job
923 , stm
924 , tasty
925 , tasty-hspec
926 , tasty-hunit
927 , tasty-quickcheck
928 , text
929 , time
930 , unordered-containers
931 , validity
932 default-language: Haskell2010