]> Git — Sourcephile - gargantext.git/blob - package.yaml
Eleve n + 1
[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 - haskell-igraph
117 - http-client
118 - http-client-tls
119 - http-conduit
120 - http-api-data
121 - http-types
122 - hsparql
123 - hstatistics
124 - HSvm
125 - hxt
126 - hlcm
127 - ini
128 - insert-ordered-containers
129 - jose-jwt
130 # - kmeans-vector
131 - json-stream
132 - KMP
133 - lens
134 - located-base
135 - logging-effect
136 - matrix
137 - monad-logger
138 - mtl
139 - natural-transformation
140 - opaleye
141 - pandoc
142 - parsec
143 - patches-class
144 - patches-map
145 - path
146 - path-io
147 - postgresql-simple
148 - pretty-simple
149 - probability
150 - product-profunctors
151 - profunctors
152 - protolude
153 - pureMD5
154 - SHA
155 - simple-reflect
156 - random
157 - rake
158 - regex-compat
159 - resourcet
160 - rdf4h
161 - safe
162 - semigroups
163 - servant
164 - servant-auth
165 - servant-blaze
166 - servant-client
167 - servant-job
168 - servant-mock
169 - servant-multipart
170 - servant-server
171 - servant-swagger
172 - servant-swagger-ui
173 - servant-static-th
174 - servant-cassava
175 - serialise
176 - split
177 - stemmer
178 - string-conversions
179 - swagger2
180 - tagsoup
181 - temporary
182 - text-metrics
183 - time
184 - time-locale-compat
185 - timezone-series
186 - transformers
187 - transformers-base
188 - unordered-containers
189 - uuid
190 - validity
191 - vector
192 - wai
193 - wai-cors
194 - wai-extra
195 - warp
196 - wreq
197 - xml-conduit
198 - xml-types
199 - yaml
200 - zip
201 - zlib
202 # - utc
203
204 executables:
205 gargantext-server:
206 main: Main.hs
207 source-dirs: bin/gargantext-server
208 ghc-options:
209 - -O2
210 - -Wcompat
211 - -Wmissing-signatures
212 - -rtsopts
213 - -threaded
214 - -with-rtsopts=-N
215 dependencies:
216 - base
217 - containers
218 - gargantext
219 - vector
220 - cassava
221 - ini
222 - optparse-generic
223 - unordered-containers
224 - full-text-search
225
226 gargantext-cli:
227 main: Main.hs
228 source-dirs: bin/gargantext-cli
229 ghc-options:
230 - -threaded
231 - -rtsopts
232 - -with-rtsopts=-N
233 - -O2
234 - -Wmissing-signatures
235 dependencies:
236 - aeson
237 - async
238 - base
239 - bytestring
240 - containers
241 - gargantext
242 - vector
243 - cassava
244 - ini
245 - optparse-generic
246 - split
247 - unordered-containers
248 - full-text-search
249
250 gargantext-phylo:
251 main: Main.hs
252 source-dirs: bin/gargantext-phylo
253 ghc-options:
254 - -threaded
255 - -rtsopts
256 - -with-rtsopts=-N
257 - -O2
258 - -Wmissing-signatures
259 dependencies:
260 - aeson
261 - async
262 - base
263 - bytestring
264 - containers
265 - gargantext
266 - vector
267 - parallel
268 - cassava
269 - ini
270 - optparse-generic
271 - split
272 - unordered-containers
273
274 gargantext-import:
275 main: Main.hs
276 source-dirs: bin/gargantext-import
277 ghc-options:
278 - -threaded
279 - -rtsopts
280 - -with-rtsopts=-N
281 - -O2
282 - -Wmissing-signatures
283 dependencies:
284 - gargantext
285 - base
286 - servant-server
287
288 tests:
289 # garg-test:
290 # main: Main.hs
291 # source-dirs: src-test
292 # ghc-options:
293 # - -threaded
294 # - -rtsopts
295 # - -with-rtsopts=-N
296 # dependencies:
297 # - base
298 # - gargantext
299 # - hspec
300 # - QuickCheck
301 # - quickcheck-instances
302 # - time
303 # - parsec
304 # - duckling
305 # - text
306 garg-doctest:
307 main: Main.hs
308 source-dirs: src-doctest
309 ghc-options:
310 - -O2
311 - -Wcompat
312 - -Wmissing-signatures
313 - -rtsopts
314 - -threaded
315 - -with-rtsopts=-N
316 dependencies:
317 - doctest
318 - Glob
319 - QuickCheck
320 - base
321 - gargantext