]> Git — Sourcephile - gargantext.git/blob - package.yaml
[PARSERS] RIS OK
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.5'
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 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 - bytestring
91 - case-insensitive
92 - cassava
93 #- charsetdetect-ae # detect charset
94 - clustering-louvain
95 - conduit
96 - conduit-extra
97 - containers
98 - contravariant
99 - data-time-segment
100 - directory
101 - duckling
102 - exceptions
103 - filepath
104 - fullstop
105 - fclabels
106 - fast-logger
107 - filelock
108 - full-text-search
109 - http-client
110 - http-client-tls
111 - http-conduit
112 - http-api-data
113 - http-types
114 - hsparql
115 - hstatistics
116 - HSvm
117 - hxt
118 - hlcm
119 - ini
120 - insert-ordered-containers
121 - jose-jwt
122 # - kmeans-vector
123 - json-stream
124 - KMP
125 - lens
126 - located-base
127 - logging-effect
128 - matrix
129 - monad-logger
130 - mtl
131 - natural-transformation
132 - opaleye
133 - pandoc
134 - parsec
135 - patches-class
136 - patches-map
137 - path
138 - path-io
139 - postgresql-simple
140 - pretty-simple
141 - probability
142 - product-profunctors
143 - profunctors
144 - protolude
145 - pureMD5
146 - SHA
147 - random
148 - rake
149 - regex-compat
150 - resourcet
151 - rdf4h
152 - safe
153 - semigroups
154 - servant
155 - servant-auth
156 - servant-blaze
157 - servant-client
158 - servant-job
159 - servant-mock
160 - servant-multipart
161 - servant-server
162 - servant-swagger
163 - servant-swagger-ui
164 - servant-static-th
165 - serialise
166 - split
167 - stemmer
168 - string-conversions
169 - swagger2
170 - tagsoup
171 - temporary
172 - text-metrics
173 - time
174 - time-locale-compat
175 - timezone-series
176 - transformers
177 - transformers-base
178 - unordered-containers
179 - uuid
180 - validity
181 - vector
182 - wai
183 - wai-cors
184 - wai-extra
185 - warp
186 - wreq
187 - xml-conduit
188 - xml-types
189 - yaml
190 - zip
191 - zlib
192 # - utc
193
194 executables:
195 gargantext-server:
196 main: Main.hs
197 source-dirs: bin/gargantext-server
198 ghc-options:
199 - -O2
200 - -Wcompat
201 - -Wmissing-signatures
202 - -rtsopts
203 - -threaded
204 - -with-rtsopts=-N
205 dependencies:
206 - base
207 - containers
208 - gargantext
209 - vector
210 - cassava
211 - ini
212 - optparse-generic
213 - unordered-containers
214 - full-text-search
215
216 gargantext-cli:
217 main: Main.hs
218 source-dirs: bin/gargantext-cli
219 ghc-options:
220 - -threaded
221 - -rtsopts
222 - -with-rtsopts=-N
223 - -O2
224 - -Wmissing-signatures
225 dependencies:
226 - aeson
227 - async
228 - base
229 - bytestring
230 - containers
231 - gargantext
232 - vector
233 - cassava
234 - ini
235 - optparse-generic
236 - split
237 - unordered-containers
238 - full-text-search
239
240 gargantext-import:
241 main: Main.hs
242 source-dirs: bin/gargantext-import
243 ghc-options:
244 - -threaded
245 - -rtsopts
246 - -with-rtsopts=-N
247 - -O2
248 - -Wmissing-signatures
249 dependencies:
250 - gargantext
251 - base
252 - servant-server
253
254 tests:
255 # garg-test:
256 # main: Main.hs
257 # source-dirs: src-test
258 # ghc-options:
259 # - -threaded
260 # - -rtsopts
261 # - -with-rtsopts=-N
262 # dependencies:
263 # - base
264 # - gargantext
265 # - hspec
266 # - QuickCheck
267 # - quickcheck-instances
268 # - time
269 # - parsec
270 # - duckling
271 # - text
272 garg-doctest:
273 main: Main.hs
274 source-dirs: src-doctest
275 ghc-options:
276 - -O2
277 - -Wcompat
278 - -Wmissing-signatures
279 - -rtsopts
280 - -threaded
281 - -with-rtsopts=-N
282 dependencies:
283 - doctest
284 - Glob
285 - QuickCheck
286 - base
287 - gargantext