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