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