]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
impl: fix breaking changes with aeson >=2
[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-subscriptions
453 , mtl
454 , natural-transformation
455 , network-uri
456 , opaleye
457 , openalex
458 , pandoc
459 , parallel
460 , parsec
461 , patches-class
462 , patches-map
463 , path
464 , path-io
465 , postgresql-simple
466 , pretty-simple
467 , probability
468 , process
469 , product-profunctors
470 , profunctors
471 , protolude
472 , pureMD5
473 , quickcheck-instances
474 , rake
475 , random
476 , rdf4h
477 , regex-compat
478 , regex-tdfa
479 , replace-attoparsec
480 , resource-pool
481 , resourcet
482 , safe
483 , scientific
484 , semigroups
485 , serialise
486 , servant
487 , servant-auth
488 , servant-auth-client
489 , servant-auth-server >=0.4.4.0
490 , servant-auth-swagger
491 , servant-blaze
492 , servant-cassava
493 , servant-client
494 , servant-ekg
495 , servant-flatten
496 , servant-job
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