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