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