]> Git — Sourcephile - gargantext.git/blob - package.yaml
[API] Upload csv.
[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 - servant-cassava
166 - serialise
167 - split
168 - stemmer
169 - string-conversions
170 - swagger2
171 - tagsoup
172 - temporary
173 - text-metrics
174 - time
175 - time-locale-compat
176 - timezone-series
177 - transformers
178 - transformers-base
179 - unordered-containers
180 - uuid
181 - validity
182 - vector
183 - wai
184 - wai-cors
185 - wai-extra
186 - warp
187 - wreq
188 - xml-conduit
189 - xml-types
190 - yaml
191 - zip
192 - zlib
193 # - utc
194
195 executables:
196 gargantext-server:
197 main: Main.hs
198 source-dirs: bin/gargantext-server
199 ghc-options:
200 - -O2
201 - -Wcompat
202 - -Wmissing-signatures
203 - -rtsopts
204 - -threaded
205 - -with-rtsopts=-N
206 dependencies:
207 - base
208 - containers
209 - gargantext
210 - vector
211 - cassava
212 - ini
213 - optparse-generic
214 - unordered-containers
215 - full-text-search
216
217 gargantext-cli:
218 main: Main.hs
219 source-dirs: bin/gargantext-cli
220 ghc-options:
221 - -threaded
222 - -rtsopts
223 - -with-rtsopts=-N
224 - -O2
225 - -Wmissing-signatures
226 dependencies:
227 - aeson
228 - async
229 - base
230 - bytestring
231 - containers
232 - gargantext
233 - vector
234 - cassava
235 - ini
236 - optparse-generic
237 - split
238 - unordered-containers
239 - full-text-search
240
241 gargantext-import:
242 main: Main.hs
243 source-dirs: bin/gargantext-import
244 ghc-options:
245 - -threaded
246 - -rtsopts
247 - -with-rtsopts=-N
248 - -O2
249 - -Wmissing-signatures
250 dependencies:
251 - gargantext
252 - base
253 - servant-server
254
255 tests:
256 # garg-test:
257 # main: Main.hs
258 # source-dirs: src-test
259 # ghc-options:
260 # - -threaded
261 # - -rtsopts
262 # - -with-rtsopts=-N
263 # dependencies:
264 # - base
265 # - gargantext
266 # - hspec
267 # - QuickCheck
268 # - quickcheck-instances
269 # - time
270 # - parsec
271 # - duckling
272 # - text
273 garg-doctest:
274 main: Main.hs
275 source-dirs: src-doctest
276 ghc-options:
277 - -O2
278 - -Wcompat
279 - -Wmissing-signatures
280 - -rtsopts
281 - -threaded
282 - -with-rtsopts=-N
283 dependencies:
284 - doctest
285 - Glob
286 - QuickCheck
287 - base
288 - gargantext