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