]> Git — Sourcephile - gargantext.git/blob - package.yaml
[API] Phylo backend basic connection
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '0.0.5.5.7'
3 synopsis: Search, map, share
4 description: Please see README.md
5 category: Data
6 author: Gargantext Team
7 maintainer: team@gargantext.org
8 copyright:
9 - ! 'Copyright: (c) 2017-Present: see git logs and README'
10 license: AGPL-3
11 homepage: https://gargantext.org
12 ghc-options: -Wall
13 dependencies:
14 - extra
15 - text
16 default-extensions:
17 - DataKinds
18 - DeriveGeneric
19 - FlexibleContexts
20 - FlexibleInstances
21 - GeneralizedNewtypeDeriving
22 - MultiParamTypeClasses
23 - NamedFieldPuns
24 - NoImplicitPrelude
25 - OverloadedStrings
26 - RankNTypes
27 - RecordWildCards
28 data-files:
29 - ekg-assets/index.html
30 - ekg-assets/monitor.js
31 - ekg-assets/monitor.css
32 - ekg-assets/jquery.flot.min.js
33 - ekg-assets/jquery-1.6.4.min.js
34 - ekg-assets/bootstrap-1.4.0.min.css
35 - ekg-assets/chart_line_add.png
36 - ekg-assets/cross.png
37 library:
38 source-dirs: src
39 ghc-options:
40 - -Wincomplete-uni-patterns
41 - -Wincomplete-record-updates
42 - -Wmissing-signatures
43 - -Wunused-binds
44 - -Wunused-imports
45 - -Werror
46 - -freduction-depth=300
47 exposed-modules:
48 - Gargantext
49 - Gargantext.API
50 - Gargantext.API.Dev
51 - Gargantext.API.HashedResponse
52 - Gargantext.API.Node
53 - Gargantext.API.Node.File
54 - Gargantext.API.Ngrams
55 - Gargantext.API.Ngrams.Tools
56 - Gargantext.API.Ngrams.Types
57 - Gargantext.API.Ngrams.Prelude
58 - Gargantext.API.Admin.Settings
59 - Gargantext.API.Admin.EnvTypes
60 - Gargantext.API.Admin.Types
61 - Gargantext.API.Prelude
62 - Gargantext.API.Client
63 - Gargantext.Core
64 - Gargantext.Core.NodeStory
65 - Gargantext.Core.Methods.Distances
66 - Gargantext.Core.Types
67 - Gargantext.Core.Types.Individu
68 - Gargantext.Core.Types.Main
69 - Gargantext.Core.Utils.Prefix
70 - Gargantext.Database.Action.Flow
71 - Gargantext.Database.Action.Flow.Types
72 - Gargantext.Database.Action.User.New
73 - Gargantext.Database.Query.Table.User
74 - Gargantext.Database.Query.Table.Node
75 - Gargantext.Database.Query.Table.Node.UpdateOpaleye
76 - Gargantext.Database.Query.Table.NgramsPostag
77 - Gargantext.Database.Schema.Ngrams
78 - Gargantext.Database.Prelude
79 - Gargantext.Database.Admin.Trigger.Init
80 - Gargantext.Database.Admin.Config
81 - Gargantext.Database.Admin.Types.Hyperdata
82 - Gargantext.Database.Admin.Types.Node
83 - Gargantext.Core.Text
84 - Gargantext.Core.Text.Context
85 - Gargantext.Core.Text.Corpus.Parsers
86 - Gargantext.Core.Text.Corpus.Parsers.Date.Parsec
87 - Gargantext.Core.Text.Corpus.API
88 - Gargantext.Core.Text.Corpus.Parsers.CSV
89 - Gargantext.Core.Text.List.Formats.CSV
90 - Gargantext.Core.Text.Metrics
91 - Gargantext.Core.Text.Metrics.TFICF
92 - Gargantext.Core.Text.Metrics.CharByChar
93 - Gargantext.Core.Text.Metrics.Count
94 - Gargantext.Core.Text.Search
95 - Gargantext.Core.Text.Terms
96 - Gargantext.Core.Text.Terms.Mono
97 - Gargantext.Core.Text.Terms.Multi.Lang.En
98 - Gargantext.Core.Text.Terms.Multi.Lang.Fr
99 - Gargantext.Core.Text.Terms.Multi.RAKE
100 - Gargantext.Core.Text.Terms.WithList
101 - Gargantext.Core.Viz.Graph
102 - Gargantext.Core.Viz.Graph.Tools
103 - Gargantext.Core.Viz.Graph.Tools.IGraph
104 - Gargantext.Core.Viz.Graph.Index
105 - Gargantext.Core.Viz.Phylo
106 - Gargantext.Core.Viz.Phylo.API
107 - Gargantext.Core.Viz.Phylo.API.Tools
108 - Gargantext.Core.Viz.Phylo.PhyloMaker
109 - Gargantext.Core.Viz.Phylo.PhyloTools
110 - Gargantext.Core.Viz.Phylo.PhyloExport
111 - Gargantext.Core.Viz.Phylo.SynchronicClustering
112 - Gargantext.Core.Viz.Types
113 dependencies:
114 - HSvm
115 - KMP
116 - MissingH
117 - MonadRandom
118 - QuickCheck
119 - Unique
120 - accelerate
121 - accelerate-arithmetic
122 - accelerate-utility
123 - aeson
124 - aeson-lens
125 - aeson-pretty
126 - array
127 - async
128 - attoparsec
129 - auto-update
130 - base >=4.7 && <5
131 - base16-bytestring
132 - base64-bytestring
133 - blaze-html
134 - blaze-markup
135 - blaze-svg
136 - bytestring
137 - case-insensitive
138 - cassava
139 - cereal # (IGraph)
140 - cborg
141 - conduit
142 - conduit-extra
143 - containers
144 - contravariant
145 - crawlerHAL
146 - crawlerISTEX
147 - crawlerIsidore
148 - crawlerPubMed
149 - cryptohash
150 - data-time-segment
151 - deepseq
152 - directory
153 - duckling
154 - ekg-core
155 - ekg-json
156 - exceptions
157 - fast-logger
158 - fclabels
159 - fgl
160 - filelock
161 - filepath
162 - formatting
163 - full-text-search
164 - fullstop
165 - gargantext-prelude
166 # - gargantext-graph >= 0.1.0.0
167 - graphviz
168 - hashable
169 - haskell-igraph
170 - hlcm
171 - hsparql
172 - hstatistics
173 - http-api-data
174 - http-client
175 - http-client-tls
176 - http-conduit
177 - http-media
178 - http-types
179 - hxt
180 - ini
181 - insert-ordered-containers
182 - jose
183 - json-stream
184 - lens
185 - located-base
186 - logging-effect
187 - matrix
188 - monad-control
189 - monad-logger
190 - morpheus-graphql
191 - morpheus-graphql-app
192 - morpheus-graphql-core
193 - morpheus-graphql-subscriptions
194 - mtl
195 - natural-transformation
196 - opaleye
197 - pandoc
198 - parallel
199 - parsec
200 - patches-class
201 - patches-map
202 - path
203 - path-io
204 - postgresql-simple
205 - pretty-simple
206 - probability
207 - process
208 - product-profunctors
209 - profunctors
210 - protolude
211 - pureMD5
212 - quickcheck-instances
213 - rake
214 - random
215 - rdf4h
216 - regex-compat
217 - regex-tdfa
218 - resource-pool
219 - resourcet
220 - safe
221 - scientific
222 - semigroups
223 - serialise
224 - servant
225 - servant-auth
226 - servant-auth-client
227 - servant-auth-server >= 0.4.4.0
228 - servant-auth-swagger
229 - servant-blaze
230 - servant-cassava
231 - servant-client
232 - servant-ekg
233 - servant-flatten
234 - servant-job
235 - servant-mock
236 - servant-multipart
237 - servant-server
238 - servant-static-th
239 - servant-swagger
240 - servant-swagger-ui
241 - servant-xml
242 - simple-reflect
243 - singletons # (IGraph)
244 - split
245 - stemmer
246 - swagger2
247 - taggy-lens
248 - tagsoup
249 - template-haskell
250 - temporary
251 - text-conversions
252 - text-metrics
253 - time
254 - time-locale-compat
255 - timezone-series
256 - transformers
257 - transformers-base
258 - tuple
259 - unordered-containers
260 - utf8-string
261 - uuid
262 - validity
263 - vector
264 - wai
265 - wai-app-static
266 - wai-cors
267 - wai-extra
268 - wai-websockets
269 - warp
270 - wikiparsec
271 - websockets
272 - wreq
273 - xml-conduit
274 - xml-types
275 - xmlbf
276 - yaml
277 - zip
278 - zlib
279
280 executables:
281 gargantext-server:
282 main: Main.hs
283 source-dirs: bin/gargantext-server
284 ghc-options:
285 - -O2
286 - -Wcompat
287 - -Wmissing-signatures
288 - -rtsopts
289 - -threaded
290 - -with-rtsopts=-N
291 - -with-rtsopts=-T
292 - -fprof-auto
293 dependencies:
294 - base
295 - containers
296 - gargantext
297 - gargantext-prelude
298 - vector
299 - cassava
300 - ini
301 - optparse-generic
302 - unordered-containers
303 - full-text-search
304
305 gargantext-cli:
306 main: Main.hs
307 source-dirs: bin/gargantext-cli
308 ghc-options:
309 - -threaded
310 - -rtsopts
311 - -with-rtsopts=-N
312 - -O2
313 - -Wmissing-signatures
314 dependencies:
315 - aeson
316 - async
317 - base
318 - bytestring
319 - containers
320 - gargantext
321 - gargantext-prelude
322 - vector
323 - cassava
324 - ini
325 - optparse-generic
326 - split
327 - unordered-containers
328 - full-text-search
329
330 gargantext-phylo:
331 main: Main.hs
332 source-dirs: bin/gargantext-phylo
333 ghc-options:
334 - -threaded
335 - -rtsopts
336 - -with-rtsopts=-N
337 - -O2
338 - -Wmissing-signatures
339 dependencies:
340 - aeson
341 - async
342 - base
343 - bytestring
344 - containers
345 - directory
346 - gargantext
347 - gargantext-prelude
348 - vector
349 - parallel
350 - cassava
351 - ini
352 - optparse-generic
353 - split
354 - unordered-containers
355 - cryptohash
356 - time
357
358 gargantext-import:
359 main: Main.hs
360 source-dirs: bin/gargantext-import
361 ghc-options:
362 - -threaded
363 - -rtsopts
364 - -with-rtsopts=-N
365 - -O2
366 - -Wmissing-signatures
367 dependencies:
368 - gargantext
369 - gargantext-prelude
370 - base
371 - servant-server
372
373 gargantext-init:
374 main: Main.hs
375 source-dirs: bin/gargantext-init
376 ghc-options:
377 - -threaded
378 - -rtsopts
379 - -with-rtsopts=-N
380 - -O2
381 - -Wmissing-signatures
382 dependencies:
383 - gargantext
384 - gargantext-prelude
385 - base
386
387 gargantext-upgrade:
388 main: Main.hs
389 source-dirs: bin/gargantext-upgrade
390 ghc-options:
391 - -threaded
392 - -rtsopts
393 - -with-rtsopts=-N
394 - -O2
395 - -Wmissing-signatures
396 dependencies:
397 - gargantext
398 - gargantext-prelude
399 - base
400 - postgresql-simple
401
402 gargantext-admin:
403 main: Main.hs
404 source-dirs: bin/gargantext-admin
405 ghc-options:
406 - -threaded
407 - -rtsopts
408 - -with-rtsopts=-N
409 - -O2
410 - -Wmissing-signatures
411 dependencies:
412 - gargantext
413 - gargantext-prelude
414 - base
415
416
417 gargantext-cbor2json:
418 main: Main.hs
419 source-dirs: bin/gargantext-cbor2json
420 ghc-options:
421 - -threaded
422 - -rtsopts
423 - -with-rtsopts=-N
424 - -O2
425 - -Wmissing-signatures
426 dependencies:
427 - gargantext
428 - gargantext-prelude
429 - base
430 - bytestring
431 - aeson
432 - serialise
433
434
435 tests:
436 garg-test:
437 main: Main.hs
438 source-dirs: src-test
439 default-extensions:
440 - DataKinds
441 - DeriveGeneric
442 - FlexibleContexts
443 - FlexibleInstances
444 - GeneralizedNewtypeDeriving
445 - MultiParamTypeClasses
446 - NoImplicitPrelude
447 - OverloadedStrings
448 - RankNTypes
449 ghc-options:
450 - -threaded
451 - -rtsopts
452 - -with-rtsopts=-N
453 dependencies:
454 - base
455 - gargantext
456 - gargantext-prelude
457 - hspec
458 - QuickCheck
459 - quickcheck-instances
460 - time
461 - parsec
462 - duckling
463 - text
464 - unordered-containers
465 # garg-doctest:
466 # main: Main.hs
467 # source-dirs: src-doctest
468 # ghc-options:
469 # - -O2
470 # - -Wcompat
471 # - -Wmissing-signatures
472 # - -rtsopts
473 # - -threaded
474 # - -with-rtsopts=-N
475 # dependencies:
476 # - doctest
477 # - Glob
478 # - QuickCheck
479 # - base
480 # - gargantext
481 # default-extensions:
482 # - DataKinds
483 # - DeriveGeneric
484 # - FlexibleContexts
485 # - FlexibleInstances
486 # - GeneralizedNewtypeDeriving
487 # - MultiParamTypeClasses
488 # - NoImplicitPrelude
489 # - OverloadedStrings
490 # - RankNTypes
491 #
492