]> Git — Sourcephile - gargantext.git/blob - package.yaml
[STATS] refactor PCA dim reduction.
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.5'
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.Examples
51 - Gargantext.Text.List.CSV
52 - Gargantext.Text.Metrics
53 - Gargantext.Text.Metrics.TFICF
54 - Gargantext.Text.Metrics.CharByChar
55 - Gargantext.Text.Metrics.Count
56 - Gargantext.Text.Parsers
57 - Gargantext.Text.Parsers.CSV
58 - Gargantext.Text.Parsers.Date
59 - Gargantext.Text.Parsers.Wikimedia
60 - Gargantext.Text.Parsers.WOS
61 - Gargantext.Text.Parsers.GrandDebat
62 - Gargantext.Text.Search
63 - Gargantext.Text.Terms
64 - Gargantext.Text.Terms.Stop
65 - Gargantext.Text.Terms.Mono
66 - Gargantext.Text.Terms.Multi.Lang.En
67 - Gargantext.Text.Terms.Multi.Lang.Fr
68 - Gargantext.Text.Terms.Multi.RAKE
69 - Gargantext.Text.Terms.WithList
70 - Gargantext.Text.Flow
71 - Gargantext.Viz.Graph
72 - Gargantext.Viz.Graph.Distances.Matrice
73 - Gargantext.Viz.Graph.Index
74 - Gargantext.Viz.Phylo
75 - Gargantext.Viz.Phylo.Tools
76 - Gargantext.Viz.Phylo.Example
77 - Gargantext.Viz.Phylo.LevelMaker
78 - Gargantext.Viz.Phylo.View.Export
79 - Gargantext.Viz.Phylo.View.ViewMaker
80 dependencies:
81 - array
82 - QuickCheck
83 - accelerate
84 - aeson
85 - aeson-lens
86 - aeson-pretty
87 - async
88 - attoparsec
89 - auto-update
90 - base >=4.7 && <5
91 - base16-bytestring
92 - blaze-html
93 - blaze-markup
94 - blaze-svg
95 - bytestring
96 - case-insensitive
97 - cassava
98 #- charsetdetect-ae # detect charset
99 - clustering-louvain
100 - conduit
101 - conduit-extra
102 - containers
103 - contravariant
104 - crawlerPubMed
105 - data-time-segment
106 - directory
107 - duckling
108 - exceptions
109 - filepath
110 - fullstop
111 - fclabels
112 - fast-logger
113 - filelock
114 - full-text-search
115 - graphviz
116 - http-client
117 - http-client-tls
118 - http-conduit
119 - http-api-data
120 - http-types
121 - hsparql
122 - hstatistics
123 - HSvm
124 - hxt
125 - hlcm
126 - ini
127 - insert-ordered-containers
128 - jose-jwt
129 # - kmeans-vector
130 - json-stream
131 - KMP
132 - lens
133 - located-base
134 - logging-effect
135 - matrix
136 - monad-logger
137 - mtl
138 - natural-transformation
139 - opaleye
140 - pandoc
141 - parsec
142 - patches-class
143 - patches-map
144 - path
145 - path-io
146 - postgresql-simple
147 - pretty-simple
148 - probability
149 - product-profunctors
150 - profunctors
151 - protolude
152 - pureMD5
153 - SHA
154 - simple-reflect
155 - random
156 - rake
157 - regex-compat
158 - resourcet
159 - rdf4h
160 - safe
161 - semigroups
162 - servant
163 - servant-auth
164 - servant-blaze
165 - servant-client
166 - servant-job
167 - servant-mock
168 - servant-multipart
169 - servant-server
170 - servant-swagger
171 - servant-swagger-ui
172 - servant-static-th
173 - servant-cassava
174 - serialise
175 - split
176 - stemmer
177 - string-conversions
178 - swagger2
179 - tagsoup
180 - temporary
181 - text-metrics
182 - time
183 - time-locale-compat
184 - timezone-series
185 - transformers
186 - transformers-base
187 - unordered-containers
188 - uuid
189 - validity
190 - vector
191 - wai
192 - wai-cors
193 - wai-extra
194 - warp
195 - wreq
196 - xml-conduit
197 - xml-types
198 - yaml
199 - zip
200 - zlib
201 # - utc
202
203 executables:
204 gargantext-server:
205 main: Main.hs
206 source-dirs: bin/gargantext-server
207 ghc-options:
208 - -O2
209 - -Wcompat
210 - -Wmissing-signatures
211 - -rtsopts
212 - -threaded
213 - -with-rtsopts=-N
214 dependencies:
215 - base
216 - containers
217 - gargantext
218 - vector
219 - cassava
220 - ini
221 - optparse-generic
222 - unordered-containers
223 - full-text-search
224
225 gargantext-cli:
226 main: Main.hs
227 source-dirs: bin/gargantext-cli
228 ghc-options:
229 - -threaded
230 - -rtsopts
231 - -with-rtsopts=-N
232 - -O2
233 - -Wmissing-signatures
234 dependencies:
235 - aeson
236 - async
237 - base
238 - bytestring
239 - containers
240 - gargantext
241 - vector
242 - cassava
243 - ini
244 - optparse-generic
245 - split
246 - unordered-containers
247 - full-text-search
248
249 gargantext-phylo:
250 main: Main.hs
251 source-dirs: bin/gargantext-phylo
252 ghc-options:
253 - -threaded
254 - -rtsopts
255 - -with-rtsopts=-N
256 - -O2
257 - -Wmissing-signatures
258 dependencies:
259 - aeson
260 - async
261 - base
262 - bytestring
263 - containers
264 - gargantext
265 - vector
266 - parallel
267 - cassava
268 - ini
269 - optparse-generic
270 - split
271 - unordered-containers
272
273 gargantext-import:
274 main: Main.hs
275 source-dirs: bin/gargantext-import
276 ghc-options:
277 - -threaded
278 - -rtsopts
279 - -with-rtsopts=-N
280 - -O2
281 - -Wmissing-signatures
282 dependencies:
283 - gargantext
284 - base
285 - servant-server
286
287 tests:
288 # garg-test:
289 # main: Main.hs
290 # source-dirs: src-test
291 # ghc-options:
292 # - -threaded
293 # - -rtsopts
294 # - -with-rtsopts=-N
295 # dependencies:
296 # - base
297 # - gargantext
298 # - hspec
299 # - QuickCheck
300 # - quickcheck-instances
301 # - time
302 # - parsec
303 # - duckling
304 # - text
305 garg-doctest:
306 main: Main.hs
307 source-dirs: src-doctest
308 ghc-options:
309 - -O2
310 - -Wcompat
311 - -Wmissing-signatures
312 - -rtsopts
313 - -threaded
314 - -with-rtsopts=-N
315 dependencies:
316 - doctest
317 - Glob
318 - QuickCheck
319 - base
320 - gargantext