]> Git — Sourcephile - gargantext.git/blob - package.yaml
[PHYLO.API] Adding REST functions.
[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 dependencies:
79 - array
80 - QuickCheck
81 - accelerate
82 - aeson
83 - aeson-lens
84 - aeson-pretty
85 - async
86 - attoparsec
87 - auto-update
88 - base >=4.7 && <5
89 - base16-bytestring
90 - blaze-html
91 - bytestring
92 - case-insensitive
93 - cassava
94 #- charsetdetect-ae # detect charset
95 - clustering-louvain
96 - conduit
97 - conduit-extra
98 - containers
99 - contravariant
100 - data-time-segment
101 - directory
102 - duckling
103 - exceptions
104 - filepath
105 - fullstop
106 - fclabels
107 - fast-logger
108 - filelock
109 - full-text-search
110 - http-client
111 - http-client-tls
112 - http-conduit
113 - http-api-data
114 - http-types
115 - hsparql
116 - hstatistics
117 - HSvm
118 - hxt
119 - hlcm
120 - ini
121 - insert-ordered-containers
122 - jose-jwt
123 # - kmeans-vector
124 - json-stream
125 - KMP
126 - lens
127 - located-base
128 - logging-effect
129 - matrix
130 - monad-logger
131 - mtl
132 - natural-transformation
133 - opaleye
134 - pandoc
135 - parsec
136 - patches-class
137 - patches-map
138 - path
139 - path-io
140 - postgresql-simple
141 - pretty-simple
142 - probability
143 - product-profunctors
144 - profunctors
145 - protolude
146 - pureMD5
147 - SHA
148 - random
149 - rake
150 - regex-compat
151 - resourcet
152 - rdf4h
153 - safe
154 - semigroups
155 - servant
156 - servant-auth
157 - servant-blaze
158 - servant-client
159 - servant-job
160 - servant-mock
161 - servant-multipart
162 - servant-server
163 - servant-swagger
164 - servant-swagger-ui
165 - servant-static-th
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