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