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