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