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