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