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