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