]> Git — Sourcephile - gargantext.git/blob - package.yaml
[Ngrams] cosmetics.
[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 - random
155 - rake
156 - regex-compat
157 - resourcet
158 - rdf4h
159 - safe
160 - semigroups
161 - servant
162 - servant-auth
163 - servant-blaze
164 - servant-client
165 - servant-job
166 - servant-mock
167 - servant-multipart
168 - servant-server
169 - servant-swagger
170 - servant-swagger-ui
171 - servant-static-th
172 - servant-cassava
173 - serialise
174 - split
175 - stemmer
176 - string-conversions
177 - swagger2
178 - tagsoup
179 - temporary
180 - text-metrics
181 - time
182 - time-locale-compat
183 - timezone-series
184 - transformers
185 - transformers-base
186 - unordered-containers
187 - uuid
188 - validity
189 - vector
190 - wai
191 - wai-cors
192 - wai-extra
193 - warp
194 - wreq
195 - xml-conduit
196 - xml-types
197 - yaml
198 - zip
199 - zlib
200 # - utc
201
202 executables:
203 gargantext-server:
204 main: Main.hs
205 source-dirs: bin/gargantext-server
206 ghc-options:
207 - -O2
208 - -Wcompat
209 - -Wmissing-signatures
210 - -rtsopts
211 - -threaded
212 - -with-rtsopts=-N
213 dependencies:
214 - base
215 - containers
216 - gargantext
217 - vector
218 - cassava
219 - ini
220 - optparse-generic
221 - unordered-containers
222 - full-text-search
223
224 gargantext-cli:
225 main: Main.hs
226 source-dirs: bin/gargantext-cli
227 ghc-options:
228 - -threaded
229 - -rtsopts
230 - -with-rtsopts=-N
231 - -O2
232 - -Wmissing-signatures
233 dependencies:
234 - aeson
235 - async
236 - base
237 - bytestring
238 - containers
239 - gargantext
240 - vector
241 - cassava
242 - ini
243 - optparse-generic
244 - split
245 - unordered-containers
246 - full-text-search
247
248 gargantext-phylo:
249 main: Main.hs
250 source-dirs: bin/gargantext-phylo
251 ghc-options:
252 - -threaded
253 - -rtsopts
254 - -with-rtsopts=-N
255 - -O2
256 - -Wmissing-signatures
257 dependencies:
258 - aeson
259 - async
260 - base
261 - bytestring
262 - containers
263 - gargantext
264 - vector
265 - parallel
266 - cassava
267 - ini
268 - optparse-generic
269 - split
270 - unordered-containers
271
272 gargantext-import:
273 main: Main.hs
274 source-dirs: bin/gargantext-import
275 ghc-options:
276 - -threaded
277 - -rtsopts
278 - -with-rtsopts=-N
279 - -O2
280 - -Wmissing-signatures
281 dependencies:
282 - gargantext
283 - base
284 - servant-server
285
286 tests:
287 # garg-test:
288 # main: Main.hs
289 # source-dirs: src-test
290 # ghc-options:
291 # - -threaded
292 # - -rtsopts
293 # - -with-rtsopts=-N
294 # dependencies:
295 # - base
296 # - gargantext
297 # - hspec
298 # - QuickCheck
299 # - quickcheck-instances
300 # - time
301 # - parsec
302 # - duckling
303 # - text
304 garg-doctest:
305 main: Main.hs
306 source-dirs: src-doctest
307 ghc-options:
308 - -O2
309 - -Wcompat
310 - -Wmissing-signatures
311 - -rtsopts
312 - -threaded
313 - -with-rtsopts=-N
314 dependencies:
315 - doctest
316 - Glob
317 - QuickCheck
318 - base
319 - gargantext