]> Git — Sourcephile - gargantext.git/blob - package.yaml
add the phyloBase, Fis and Cooc
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.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-2018: see git logs and README'
10 license: BSD3
11 homepage: https://gargantext.org
12 ghc-options: -Wall
13 dependencies:
14 - extra
15 - text
16 library:
17 source-dirs: src
18 ghc-options:
19 - -Wincomplete-uni-patterns
20 - -Wincomplete-record-updates
21 - -Wmissing-signatures
22 - -Wunused-binds
23 - -Wunused-imports
24 - -Werror
25 exposed-modules:
26 - Gargantext
27 - Gargantext.API
28 - Gargantext.API.Auth
29 - Gargantext.API.Count
30 - Gargantext.API.FrontEnd
31 - Gargantext.API.Ngrams
32 - Gargantext.API.Node
33 - Gargantext.API.Orchestrator
34 - Gargantext.API.Search
35 - Gargantext.API.Settings
36 - Gargantext.Core
37 - Gargantext.Core.Types
38 - Gargantext.Core.Types.Main
39 - Gargantext.Core.Utils.Prefix
40 - Gargantext.Database
41 - Gargantext.Database.Flow
42 - Gargantext.Database.Schema.Node
43 - Gargantext.Database.Tree
44 - Gargantext.Database.Types.Node
45 - Gargantext.Database.Utils
46 - Gargantext.Database.Schema.User
47 - Gargantext.Prelude
48 - Gargantext.Text
49 - Gargantext.Text.Context
50 - Gargantext.Text.Corpus.Parsers
51 - Gargantext.Text.Corpus.Parsers.CSV
52 - Gargantext.Text.Examples
53 - Gargantext.Text.List.CSV
54 - Gargantext.Text.Metrics
55 - Gargantext.Text.Metrics.TFICF
56 - Gargantext.Text.Metrics.CharByChar
57 - Gargantext.Text.Metrics.Count
58 - Gargantext.Text.Search
59 - Gargantext.Text.Terms
60 - Gargantext.Text.Terms.Stop
61 - Gargantext.Text.Terms.Mono
62 - Gargantext.Text.Terms.Multi.Lang.En
63 - Gargantext.Text.Terms.Multi.Lang.Fr
64 - Gargantext.Text.Terms.Multi.RAKE
65 - Gargantext.Text.Terms.WithList
66 - Gargantext.Text.Flow
67 - Gargantext.Viz.Graph
68 - Gargantext.Viz.Graph.Distances.Matrice
69 - Gargantext.Viz.Graph.Index
70 - Gargantext.Viz.Phylo
71 - Gargantext.Viz.AdaptativePhylo
72 - Gargantext.Viz.Phylo.PhyloMaker
73 - Gargantext.Viz.Phylo.Tools
74 - Gargantext.Viz.Phylo.Example
75 - Gargantext.Viz.Phylo.LevelMaker
76 - Gargantext.Viz.Phylo.View.Export
77 - Gargantext.Viz.Phylo.View.ViewMaker
78 dependencies:
79 - array
80 - QuickCheck
81 - accelerate
82 - aeson
83 - aeson-lens
84 - aeson-pretty
85 - async
86 - attoparsec
87 - auto-update
88 - base >=4.7 && <5
89 - base16-bytestring
90 - blaze-html
91 - blaze-markup
92 - blaze-svg
93 - bytestring
94 - case-insensitive
95 - cassava
96 #- charsetdetect-ae # detect charset
97 - clustering-louvain
98 - conduit
99 - conduit-extra
100 - containers
101 - contravariant
102 - crawlerPubMed
103 - crawlerIsidore
104 - crawlerHAL
105 - data-time-segment
106 - deepseq
107 - directory
108 - duckling
109 - exceptions
110 - filepath
111 - fullstop
112 - fclabels
113 - fgl
114 - fast-logger
115 - filelock
116 - full-text-search
117 - graphviz
118 - haskell-igraph
119 - http-client
120 - http-client-tls
121 - http-conduit
122 - http-media
123 - http-api-data
124 - http-types
125 - hsparql
126 - hstatistics
127 - HSvm
128 - hxt
129 - hlcm
130 - ini
131 - insert-ordered-containers
132 - jose-jwt
133 # - kmeans-vector
134 - json-stream
135 - KMP
136 - lens
137 - located-base
138 - logging-effect
139 - matrix
140 - monad-logger
141 - mtl
142 - natural-transformation
143 - opaleye
144 - pandoc
145 - parallel
146 - parsec
147 - patches-class
148 - patches-map
149 - path
150 - path-io
151 - postgresql-simple
152 - pretty-simple
153 - probability
154 - product-profunctors
155 - profunctors
156 - protolude
157 - pureMD5
158 - SHA
159 - simple-reflect
160 - cereal # (IGraph)
161 - singletons # (IGraph)
162 - random
163 - rake
164 - regex-compat
165 - resourcet
166 - rdf4h
167 - safe
168 - semigroups
169 - servant
170 - servant-auth
171 - servant-blaze
172 - servant-client
173 - servant-job
174 - servant-mock
175 - servant-multipart
176 - servant-server
177 - servant-swagger
178 - servant-swagger-ui
179 - servant-static-th
180 - servant-cassava
181 - serialise
182 - split
183 - stemmer
184 - string-conversions
185 - swagger2
186 - tagsoup
187 - temporary
188 - text-metrics
189 - time
190 - time-locale-compat
191 - timezone-series
192 - transformers
193 - transformers-base
194 - unordered-containers
195 - uuid
196 - validity
197 - vector
198 - wai
199 - wai-cors
200 - wai-extra
201 - warp
202 - wreq
203 - xml-conduit
204 - xml-types
205 - yaml
206 - zip
207 - zlib
208 # - utc
209
210 executables:
211 gargantext-server:
212 main: Main.hs
213 source-dirs: bin/gargantext-server
214 ghc-options:
215 - -O2
216 - -Wcompat
217 - -Wmissing-signatures
218 - -rtsopts
219 - -threaded
220 - -with-rtsopts=-N
221 dependencies:
222 - base
223 - containers
224 - gargantext
225 - vector
226 - cassava
227 - ini
228 - optparse-generic
229 - unordered-containers
230 - full-text-search
231
232 gargantext-cli:
233 main: Main.hs
234 source-dirs: bin/gargantext-cli
235 ghc-options:
236 - -threaded
237 - -rtsopts
238 - -with-rtsopts=-N
239 - -O2
240 - -Wmissing-signatures
241 dependencies:
242 - aeson
243 - async
244 - base
245 - bytestring
246 - containers
247 - gargantext
248 - vector
249 - cassava
250 - ini
251 - optparse-generic
252 - split
253 - unordered-containers
254 - full-text-search
255
256 gargantext-phylo:
257 main: Main.hs
258 source-dirs: bin/gargantext-phylo
259 ghc-options:
260 - -threaded
261 - -rtsopts
262 - -with-rtsopts=-N
263 - -O2
264 - -Wmissing-signatures
265 dependencies:
266 - aeson
267 - async
268 - base
269 - bytestring
270 - containers
271 - directory
272 - gargantext
273 - vector
274 - parallel
275 - cassava
276 - ini
277 - optparse-generic
278 - split
279 - unordered-containers
280
281 gargantext-adaptative-phylo:
282 main: Main.hs
283 source-dirs: bin/gargantext-adaptative-phylo
284 ghc-options:
285 - -threaded
286 - -rtsopts
287 - -with-rtsopts=-N
288 - -O2
289 - -Wmissing-signatures
290 dependencies:
291 - aeson
292 - async
293 - base
294 - bytestring
295 - containers
296 - directory
297 - gargantext
298 - vector
299 - parallel
300 - cassava
301 - ini
302 - optparse-generic
303 - split
304 - unordered-containers
305
306 gargantext-import:
307 main: Main.hs
308 source-dirs: bin/gargantext-import
309 ghc-options:
310 - -threaded
311 - -rtsopts
312 - -with-rtsopts=-N
313 - -O2
314 - -Wmissing-signatures
315 dependencies:
316 - gargantext
317 - base
318 - servant-server
319
320 tests:
321 # garg-test:
322 # main: Main.hs
323 # source-dirs: src-test
324 # ghc-options:
325 # - -threaded
326 # - -rtsopts
327 # - -with-rtsopts=-N
328 # dependencies:
329 # - base
330 # - gargantext
331 # - hspec
332 # - QuickCheck
333 # - quickcheck-instances
334 # - time
335 # - parsec
336 # - duckling
337 # - text
338 garg-doctest:
339 main: Main.hs
340 source-dirs: src-doctest
341 ghc-options:
342 - -O2
343 - -Wcompat
344 - -Wmissing-signatures
345 - -rtsopts
346 - -threaded
347 - -with-rtsopts=-N
348 dependencies:
349 - doctest
350 - Glob
351 - QuickCheck
352 - base
353 - gargantext