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