]> Git — Sourcephile - gargantext.git/blob - package.yaml
[REBASE] Dev <-> dev-phylo
[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 - process
207 - product-profunctors
208 - profunctors
209 - protolude
210 - pureMD5
211 - quickcheck-instances
212 - rake
213 - random
214 - rdf4h
215 - regex-compat
216 - regex-tdfa
217 - resource-pool
218 - resourcet
219 - safe
220 - scientific
221 - semigroups
222 - serialise
223 - servant
224 - servant-auth
225 - servant-auth-client
226 - servant-auth-server >= 0.4.4.0
227 - servant-auth-swagger
228 - servant-blaze
229 - servant-cassava
230 - servant-client
231 - servant-ekg
232 - servant-flatten
233 - servant-job
234 - servant-mock
235 - servant-multipart
236 - servant-server
237 - servant-static-th
238 - servant-swagger
239 - servant-swagger-ui
240 - servant-xml
241 - simple-reflect
242 - singletons # (IGraph)
243 - split
244 - stemmer
245 - swagger2
246 - taggy-lens
247 - tagsoup
248 - template-haskell
249 - temporary
250 - text-conversions
251 - text-metrics
252 - time
253 - time-locale-compat
254 - timezone-series
255 - transformers
256 - transformers-base
257 - tuple
258 - unordered-containers
259 - utf8-string
260 - uuid
261 - validity
262 - vector
263 - wai
264 - wai-app-static
265 - wai-cors
266 - wai-extra
267 - wai-websockets
268 - warp
269 - wikiparsec
270 - websockets
271 - wreq
272 - xml-conduit
273 - xml-types
274 - xmlbf
275 - yaml
276 - zip
277 - zlib
278
279 executables:
280 gargantext-server:
281 main: Main.hs
282 source-dirs: bin/gargantext-server
283 ghc-options:
284 - -O2
285 - -Wcompat
286 - -Wmissing-signatures
287 - -rtsopts
288 - -threaded
289 - -with-rtsopts=-N
290 - -with-rtsopts=-T
291 - -fprof-auto
292 dependencies:
293 - base
294 - containers
295 - gargantext
296 - gargantext-prelude
297 - vector
298 - cassava
299 - ini
300 - optparse-generic
301 - unordered-containers
302 - full-text-search
303
304 gargantext-cli:
305 main: Main.hs
306 source-dirs: bin/gargantext-cli
307 ghc-options:
308 - -threaded
309 - -rtsopts
310 - -with-rtsopts=-N
311 - -O2
312 - -Wmissing-signatures
313 dependencies:
314 - aeson
315 - async
316 - base
317 - bytestring
318 - containers
319 - gargantext
320 - gargantext-prelude
321 - vector
322 - cassava
323 - ini
324 - optparse-generic
325 - split
326 - unordered-containers
327 - full-text-search
328
329 gargantext-phylo:
330 main: Main.hs
331 source-dirs: bin/gargantext-phylo
332 ghc-options:
333 - -threaded
334 - -rtsopts
335 - -with-rtsopts=-N
336 - -O2
337 - -Wmissing-signatures
338 dependencies:
339 - aeson
340 - async
341 - base
342 - bytestring
343 - containers
344 - directory
345 - gargantext
346 - gargantext-prelude
347 - vector
348 - parallel
349 - cassava
350 - ini
351 - optparse-generic
352 - split
353 - unordered-containers
354 - cryptohash
355 - time
356
357 gargantext-import:
358 main: Main.hs
359 source-dirs: bin/gargantext-import
360 ghc-options:
361 - -threaded
362 - -rtsopts
363 - -with-rtsopts=-N
364 - -O2
365 - -Wmissing-signatures
366 dependencies:
367 - gargantext
368 - gargantext-prelude
369 - base
370 - servant-server
371
372 gargantext-init:
373 main: Main.hs
374 source-dirs: bin/gargantext-init
375 ghc-options:
376 - -threaded
377 - -rtsopts
378 - -with-rtsopts=-N
379 - -O2
380 - -Wmissing-signatures
381 dependencies:
382 - gargantext
383 - gargantext-prelude
384 - base
385
386 gargantext-upgrade:
387 main: Main.hs
388 source-dirs: bin/gargantext-upgrade
389 ghc-options:
390 - -threaded
391 - -rtsopts
392 - -with-rtsopts=-N
393 - -O2
394 - -Wmissing-signatures
395 dependencies:
396 - gargantext
397 - gargantext-prelude
398 - base
399 - postgresql-simple
400
401 gargantext-admin:
402 main: Main.hs
403 source-dirs: bin/gargantext-admin
404 ghc-options:
405 - -threaded
406 - -rtsopts
407 - -with-rtsopts=-N
408 - -O2
409 - -Wmissing-signatures
410 dependencies:
411 - gargantext
412 - gargantext-prelude
413 - base
414
415
416 gargantext-cbor2json:
417 main: Main.hs
418 source-dirs: bin/gargantext-cbor2json
419 ghc-options:
420 - -threaded
421 - -rtsopts
422 - -with-rtsopts=-N
423 - -O2
424 - -Wmissing-signatures
425 dependencies:
426 - gargantext
427 - gargantext-prelude
428 - base
429 - bytestring
430 - aeson
431 - serialise
432
433
434 tests:
435 garg-test:
436 main: Main.hs
437 source-dirs: src-test
438 default-extensions:
439 - DataKinds
440 - DeriveGeneric
441 - FlexibleContexts
442 - FlexibleInstances
443 - GeneralizedNewtypeDeriving
444 - MultiParamTypeClasses
445 - NoImplicitPrelude
446 - OverloadedStrings
447 - RankNTypes
448 ghc-options:
449 - -threaded
450 - -rtsopts
451 - -with-rtsopts=-N
452 dependencies:
453 - base
454 - gargantext
455 - gargantext-prelude
456 - hspec
457 - QuickCheck
458 - quickcheck-instances
459 - time
460 - parsec
461 - duckling
462 - text
463 - unordered-containers
464 # garg-doctest:
465 # main: Main.hs
466 # source-dirs: src-doctest
467 # ghc-options:
468 # - -O2
469 # - -Wcompat
470 # - -Wmissing-signatures
471 # - -rtsopts
472 # - -threaded
473 # - -with-rtsopts=-N
474 # dependencies:
475 # - doctest
476 # - Glob
477 # - QuickCheck
478 # - base
479 # - gargantext
480 # default-extensions:
481 # - DataKinds
482 # - DeriveGeneric
483 # - FlexibleContexts
484 # - FlexibleInstances
485 # - GeneralizedNewtypeDeriving
486 # - MultiParamTypeClasses
487 # - NoImplicitPrelude
488 # - OverloadedStrings
489 # - RankNTypes
490 #
491