]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[FILE] Adding index.html file for compilation.
[gargantext.git] / gargantext.cabal
1 -- This file has been generated from package.yaml by hpack version 0.21.2.
2 --
3 -- see: https://github.com/sol/hpack
4 --
5 -- hash: 40e4da714abaf501251279c2ed061b50ad5e31f7e99e84defabf222a04998a2e
6
7 name: gargantext
8 version: 0.1.0.0
9 synopsis: Deep (Collaborative) Text mining project
10 description: Please see README.md
11 category: Data
12 homepage: https://gargantext.org
13 author: Gargantext Team
14 maintainer: team@gargantext.org
15 copyright: Copyright: (c) 2017-2018: see git logs and README
16 license: BSD3
17 license-file: LICENSE
18 build-type: Simple
19 cabal-version: >= 1.10
20
21 library
22 exposed-modules:
23 Gargantext
24 Gargantext.Analysis
25 Gargantext.DSL
26 Gargantext.Database
27 Gargantext.Database.Instances
28 Gargantext.Database.Ngram
29 Gargantext.Database.Node
30 Gargantext.Database.Facet
31 Gargantext.Database.NodeNgram
32 Gargantext.Database.NodeNgramNgram
33 Gargantext.Database.NodeNode
34 Gargantext.Database.NodeNodeNgram
35 Gargantext.Database.Utils
36 Gargantext.Database.User
37 Gargantext.Ngrams
38 Gargantext.Ngrams.Count
39 Gargantext.Ngrams.CoreNLP
40 Gargantext.Ngrams.Parser
41 Gargantext.Ngrams.Lang.En
42 Gargantext.Ngrams.Lang.Fr
43 Gargantext.Ngrams.Metrics
44 Gargantext.Ngrams.TextMining
45 Gargantext.Ngrams.Occurrences
46 Gargantext.Parsers
47 Gargantext.Parsers.WOS
48 Gargantext.Parsers.Date
49 Gargantext.Prelude
50 Gargantext.RCT
51 Gargantext.API
52 Gargantext.API.Auth
53 Gargantext.Types
54 Gargantext.Types.Main
55 Gargantext.Types.Node
56 Gargantext.Utils.DateUtils
57 Gargantext.Utils.Prefix
58 other-modules:
59 Gargantext.API.Count
60 Gargantext.API.Node
61 Gargantext.Database.Queries
62 Gargantext.Utils
63 Paths_gargantext
64 hs-source-dirs:
65 src
66 default-extensions: NoImplicitPrelude
67 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
68 build-depends:
69 QuickCheck
70 , aeson
71 , aeson-lens
72 , aeson-pretty
73 , async
74 , attoparsec
75 , base >=4.7 && <5
76 , base16-bytestring
77 , bytestring
78 , case-insensitive
79 , conduit
80 , conduit-extra
81 , containers
82 , contravariant
83 , data-time-segment
84 , directory
85 , duckling
86 , extra
87 , filepath
88 , http-conduit
89 , ini
90 , lens
91 , logging-effect
92 , opaleye
93 , parsec
94 , path
95 , path-io
96 , postgresql-simple
97 , pretty
98 , product-profunctors
99 , profunctors
100 , protolude
101 , pureMD5
102 , regex-compat
103 , safe
104 , semigroups
105 , servant
106 , servant-auth
107 , servant-client
108 , servant-mock
109 , servant-multipart
110 , servant-server
111 , servant-static-th
112 , servant-swagger
113 , servant-swagger-ui
114 , split
115 , swagger2
116 , tagsoup
117 , text
118 , text-metrics
119 , time
120 , time-locale-compat
121 , timezone-series
122 , transformers
123 , unordered-containers
124 , uuid
125 , vector
126 , wai
127 , warp
128 , yaml
129 , zip
130 , zlib
131 default-language: Haskell2010
132
133 executable gargantext
134 main-is: Main.hs
135 other-modules:
136 Paths_gargantext
137 hs-source-dirs:
138 app
139 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
140 build-depends:
141 base
142 , extra
143 , gargantext
144 , ini
145 , text
146 , unordered-containers
147 default-language: Haskell2010
148
149 test-suite garg-doctest
150 type: exitcode-stdio-1.0
151 main-is: Main.hs
152 other-modules:
153 Paths_gargantext
154 hs-source-dirs:
155 src-doctest
156 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
157 build-depends:
158 Glob
159 , QuickCheck
160 , base
161 , doctest
162 , extra
163 , gargantext
164 , text
165 default-language: Haskell2010
166
167 test-suite garg-test
168 type: exitcode-stdio-1.0
169 main-is: Main.hs
170 other-modules:
171 Ngrams.Lang
172 Ngrams.Lang.En
173 Ngrams.Lang.Fr
174 Ngrams.Lang.Occurrences
175 Ngrams.Metrics
176 Parsers.WOS
177 Paths_gargantext
178 hs-source-dirs:
179 src-test
180 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
181 build-depends:
182 QuickCheck
183 , base
184 , extra
185 , gargantext
186 , hspec
187 , text
188 default-language: Haskell2010