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