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