]> Git — Sourcephile - gargantext.git/blob - package.yaml
[API][NGRAMS] Occurrences for ngrams elements.
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '4.0.0.2'
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.Orchestrator
32 - Gargantext.API.Search
33 - Gargantext.API.Settings
34 - Gargantext.Core
35 - Gargantext.Core.Types
36 - Gargantext.Core.Types.Main
37 - Gargantext.Core.Utils.Prefix
38 - Gargantext.Database
39 - Gargantext.Database.Bashql
40 - Gargantext.Database.Node.Document.Insert
41 - Gargantext.Database.Node.Document.Add
42 - Gargantext.Database.Types.Node
43 - Gargantext.Database.User
44 - Gargantext.Database.Cooc
45 - Gargantext.Database.Tree
46 - Gargantext.Prelude
47 - Gargantext.Text
48 - Gargantext.Text.Context
49 - Gargantext.Text.Examples
50 - Gargantext.Text.List.CSV
51 - Gargantext.Text.Metrics
52 - Gargantext.Text.Metrics.CharByChar
53 - Gargantext.Text.Metrics.Count
54 - Gargantext.Text.Parsers.CSV
55 - Gargantext.Text.Parsers.Date
56 - Gargantext.Text.Parsers.Wikimedia
57 - Gargantext.Text.Parsers.WOS
58 - Gargantext.Text.Search
59 - Gargantext.Text.Terms
60 - Gargantext.Text.Terms.Stop
61 - Gargantext.Text.Terms.Mono
62 - Gargantext.Text.Terms.Multi.Lang.En
63 - Gargantext.Text.Terms.Multi.Lang.Fr
64 - Gargantext.Text.Terms.Multi.RAKE
65 - Gargantext.Text.Terms.WithList
66 - Gargantext.Text.Flow
67 - Gargantext.Viz.Graph
68 - Gargantext.Viz.Graph.Distances.Matrice
69 - Gargantext.Viz.Graph.Index
70 dependencies:
71 - QuickCheck
72 - accelerate
73 - aeson
74 - aeson-lens
75 - aeson-pretty
76 - async
77 - attoparsec
78 - base >=4.7 && <5
79 - base16-bytestring
80 - bytestring
81 - case-insensitive
82 - cassava
83 - clustering-louvain
84 - conduit
85 - conduit-extra
86 - containers
87 - contravariant
88 - data-time-segment
89 - directory
90 - duckling
91 - exceptions
92 - filepath
93 - fullstop
94 - fclabels
95 - fast-logger
96 - full-text-search
97 - http-client
98 - http-client-tls
99 - http-conduit
100 - http-api-data
101 - http-types
102 - hxt
103 - hlcm
104 - ini
105 - jose-jwt
106 # - kmeans-vector
107 - KMP
108 - lens
109 - located-base
110 - logging-effect
111 - matrix
112 - monad-logger
113 - mtl
114 - natural-transformation
115 - opaleye
116 - pandoc
117 - parsec
118 - patches-map
119 - path
120 - path-io
121 - postgresql-simple
122 - pretty-simple
123 - probability
124 - product-profunctors
125 - profunctors
126 - protolude
127 - pureMD5
128 - SHA
129 - rake
130 - regex-compat
131 - resourcet
132 - safe
133 - semigroups
134 - servant
135 - servant-auth
136 - servant-client
137 - servant-job
138 - servant-mock
139 - servant-multipart
140 - servant-server
141 - servant-swagger
142 - servant-swagger-ui
143 - servant-static-th
144 - split
145 - stemmer
146 - string-conversions
147 - swagger2
148 - tagsoup
149 - text-metrics
150 - time
151 - time-locale-compat
152 - timezone-series
153 - transformers
154 - transformers-base
155 - unordered-containers
156 - uuid
157 - vector
158 - wai
159 - wai-cors
160 - wai-extra
161 - warp
162 - xml-conduit
163 - xml-types
164 - yaml
165 - zip
166 - zlib
167 # - utc
168
169 executables:
170 gargantext-server:
171 main: Main.hs
172 source-dirs: bin/gargantext-server
173 ghc-options:
174 - -O2
175 - -Wcompat
176 - -Wmissing-signatures
177 - -rtsopts
178 - -threaded
179 - -with-rtsopts=-N
180 dependencies:
181 - base
182 - containers
183 - gargantext
184 - vector
185 - cassava
186 - ini
187 - optparse-generic
188 - unordered-containers
189 - full-text-search
190
191 gargantext-cli:
192 main: Main.hs
193 source-dirs: bin/gargantext-cli
194 ghc-options:
195 - -threaded
196 - -rtsopts
197 - -with-rtsopts=-N
198 - -O2
199 - -Wmissing-signatures
200 dependencies:
201 - aeson
202 - async
203 - base
204 - bytestring
205 - containers
206 - gargantext
207 - vector
208 - cassava
209 - ini
210 - optparse-generic
211 - split
212 - unordered-containers
213 - full-text-search
214
215 tests:
216 # garg-test:
217 # main: Main.hs
218 # source-dirs: src-test
219 # ghc-options:
220 # - -threaded
221 # - -rtsopts
222 # - -with-rtsopts=-N
223 # dependencies:
224 # - base
225 # - gargantext
226 # - hspec
227 # - QuickCheck
228 # - quickcheck-instances
229 # - time
230 # - parsec
231 # - duckling
232 # - text
233 garg-doctest:
234 main: Main.hs
235 source-dirs: src-doctest
236 ghc-options:
237 - -O2
238 - -Wcompat
239 - -Wmissing-signatures
240 - -rtsopts
241 - -threaded
242 - -with-rtsopts=-N
243 dependencies:
244 - doctest
245 - Glob
246 - QuickCheck
247 - base
248 - gargantext