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