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