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