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