]> Git — Sourcephile - gargantext.git/blob - package.yaml
add a list parser param
[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.PhyloMaker
108 - Gargantext.Core.Viz.Phylo.PhyloTools
109 - Gargantext.Core.Viz.Phylo.PhyloExport
110 - Gargantext.Core.Viz.Phylo.SynchronicClustering
111 - Gargantext.Core.Viz.Types
112 dependencies:
113 - HSvm
114 - KMP
115 - MissingH
116 - MonadRandom
117 - QuickCheck
118 - Unique
119 - accelerate
120 - accelerate-arithmetic
121 - accelerate-utility
122 - aeson
123 - aeson-lens
124 - aeson-pretty
125 - array
126 - async
127 - attoparsec
128 - auto-update
129 - base >=4.7 && <5
130 - base16-bytestring
131 - base64-bytestring
132 - blaze-html
133 - blaze-markup
134 - blaze-svg
135 - bytestring
136 - case-insensitive
137 - cassava
138 - cereal # (IGraph)
139 - cborg
140 - conduit
141 - conduit-extra
142 - containers
143 - contravariant
144 - crawlerHAL
145 - crawlerISTEX
146 - crawlerIsidore
147 - crawlerPubMed
148 - cryptohash
149 - data-time-segment
150 - deepseq
151 - directory
152 - duckling
153 - ekg-core
154 - ekg-json
155 - exceptions
156 - fast-logger
157 - fclabels
158 - fgl
159 - filelock
160 - filepath
161 - formatting
162 - full-text-search
163 - fullstop
164 - gargantext-prelude
165 # - gargantext-graph >= 0.1.0.0
166 - graphviz
167 - hashable
168 - haskell-igraph
169 - hlcm
170 - hsparql
171 - hstatistics
172 - http-api-data
173 - http-client
174 - http-client-tls
175 - http-conduit
176 - http-media
177 - http-types
178 - hxt
179 - ini
180 - insert-ordered-containers
181 - jose
182 - json-stream
183 - lens
184 - located-base
185 - logging-effect
186 - matrix
187 - monad-control
188 - monad-logger
189 - morpheus-graphql
190 - morpheus-graphql-app
191 - morpheus-graphql-core
192 - morpheus-graphql-subscriptions
193 - mtl
194 - natural-transformation
195 - opaleye
196 - pandoc
197 - parallel
198 - parsec
199 - patches-class
200 - patches-map
201 - path
202 - path-io
203 - postgresql-simple
204 - pretty-simple
205 - probability
206 - product-profunctors
207 - profunctors
208 - protolude
209 - pureMD5
210 - quickcheck-instances
211 - rake
212 - random
213 - rdf4h
214 - regex-compat
215 - regex-tdfa
216 - resource-pool
217 - resourcet
218 - safe
219 - scientific
220 - semigroups
221 - serialise
222 - servant
223 - servant-auth
224 - servant-auth-client
225 - servant-auth-server >= 0.4.4.0
226 - servant-auth-swagger
227 - servant-blaze
228 - servant-cassava
229 - servant-client
230 - servant-ekg
231 - servant-flatten
232 - servant-job
233 - servant-mock
234 - servant-multipart
235 - servant-server
236 - servant-static-th
237 - servant-swagger
238 - servant-swagger-ui
239 - servant-xml
240 - simple-reflect
241 - singletons # (IGraph)
242 - split
243 - stemmer
244 - swagger2
245 - taggy-lens
246 - tagsoup
247 - template-haskell
248 - temporary
249 - text-conversions
250 - text-metrics
251 - time
252 - time-locale-compat
253 - timezone-series
254 - transformers
255 - transformers-base
256 - tuple
257 - unordered-containers
258 - utf8-string
259 - uuid
260 - validity
261 - vector
262 - wai
263 - wai-app-static
264 - wai-cors
265 - wai-extra
266 - wai-websockets
267 - warp
268 - wikiparsec
269 - websockets
270 - wreq
271 - xml-conduit
272 - xml-types
273 - xmlbf
274 - yaml
275 - zip
276 - zlib
277
278 executables:
279 gargantext-server:
280 main: Main.hs
281 source-dirs: bin/gargantext-server
282 ghc-options:
283 - -O2
284 - -Wcompat
285 - -Wmissing-signatures
286 - -rtsopts
287 - -threaded
288 - -with-rtsopts=-N
289 - -with-rtsopts=-T
290 - -fprof-auto
291 dependencies:
292 - base
293 - containers
294 - gargantext
295 - gargantext-prelude
296 - vector
297 - cassava
298 - ini
299 - optparse-generic
300 - unordered-containers
301 - full-text-search
302
303 gargantext-cli:
304 main: Main.hs
305 source-dirs: bin/gargantext-cli
306 ghc-options:
307 - -threaded
308 - -rtsopts
309 - -with-rtsopts=-N
310 - -O2
311 - -Wmissing-signatures
312 dependencies:
313 - aeson
314 - async
315 - base
316 - bytestring
317 - containers
318 - gargantext
319 - gargantext-prelude
320 - vector
321 - cassava
322 - ini
323 - optparse-generic
324 - split
325 - unordered-containers
326 - full-text-search
327
328 gargantext-phylo:
329 main: Main.hs
330 source-dirs: bin/gargantext-phylo
331 ghc-options:
332 - -threaded
333 - -rtsopts
334 - -with-rtsopts=-N
335 - -O2
336 - -Wmissing-signatures
337 dependencies:
338 - aeson
339 - async
340 - base
341 - bytestring
342 - containers
343 - directory
344 - gargantext
345 - gargantext-prelude
346 - vector
347 - parallel
348 - cassava
349 - ini
350 - optparse-generic
351 - split
352 - unordered-containers
353 - cryptohash
354 - time
355
356 gargantext-import:
357 main: Main.hs
358 source-dirs: bin/gargantext-import
359 ghc-options:
360 - -threaded
361 - -rtsopts
362 - -with-rtsopts=-N
363 - -O2
364 - -Wmissing-signatures
365 dependencies:
366 - gargantext
367 - gargantext-prelude
368 - base
369 - servant-server
370
371 gargantext-init:
372 main: Main.hs
373 source-dirs: bin/gargantext-init
374 ghc-options:
375 - -threaded
376 - -rtsopts
377 - -with-rtsopts=-N
378 - -O2
379 - -Wmissing-signatures
380 dependencies:
381 - gargantext
382 - gargantext-prelude
383 - base
384
385 gargantext-upgrade:
386 main: Main.hs
387 source-dirs: bin/gargantext-upgrade
388 ghc-options:
389 - -threaded
390 - -rtsopts
391 - -with-rtsopts=-N
392 - -O2
393 - -Wmissing-signatures
394 dependencies:
395 - gargantext
396 - gargantext-prelude
397 - base
398 - postgresql-simple
399
400 gargantext-admin:
401 main: Main.hs
402 source-dirs: bin/gargantext-admin
403 ghc-options:
404 - -threaded
405 - -rtsopts
406 - -with-rtsopts=-N
407 - -O2
408 - -Wmissing-signatures
409 dependencies:
410 - gargantext
411 - gargantext-prelude
412 - base
413
414
415 gargantext-cbor2json:
416 main: Main.hs
417 source-dirs: bin/gargantext-cbor2json
418 ghc-options:
419 - -threaded
420 - -rtsopts
421 - -with-rtsopts=-N
422 - -O2
423 - -Wmissing-signatures
424 dependencies:
425 - gargantext
426 - gargantext-prelude
427 - base
428 - bytestring
429 - aeson
430 - serialise
431
432
433 tests:
434 garg-test:
435 main: Main.hs
436 source-dirs: src-test
437 default-extensions:
438 - DataKinds
439 - DeriveGeneric
440 - FlexibleContexts
441 - FlexibleInstances
442 - GeneralizedNewtypeDeriving
443 - MultiParamTypeClasses
444 - NoImplicitPrelude
445 - OverloadedStrings
446 - RankNTypes
447 ghc-options:
448 - -threaded
449 - -rtsopts
450 - -with-rtsopts=-N
451 dependencies:
452 - base
453 - gargantext
454 - gargantext-prelude
455 - hspec
456 - QuickCheck
457 - quickcheck-instances
458 - time
459 - parsec
460 - duckling
461 - text
462 - unordered-containers
463 # garg-doctest:
464 # main: Main.hs
465 # source-dirs: src-doctest
466 # ghc-options:
467 # - -O2
468 # - -Wcompat
469 # - -Wmissing-signatures
470 # - -rtsopts
471 # - -threaded
472 # - -with-rtsopts=-N
473 # dependencies:
474 # - doctest
475 # - Glob
476 # - QuickCheck
477 # - base
478 # - gargantext
479 # default-extensions:
480 # - DataKinds
481 # - DeriveGeneric
482 # - FlexibleContexts
483 # - FlexibleInstances
484 # - GeneralizedNewtypeDeriving
485 # - MultiParamTypeClasses
486 # - NoImplicitPrelude
487 # - OverloadedStrings
488 # - RankNTypes
489 #
490