]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[REFACTOR] FrontEnd serving files.
[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: d4561cbff71c5a3432f81acb07d955452c13d94813fdc788977e81067144e27b
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.FrontEnd
61 Gargantext.API.Node
62 Gargantext.Database.Queries
63 Gargantext.Utils
64 Paths_gargantext
65 hs-source-dirs:
66 src
67 default-extensions: NoImplicitPrelude
68 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
69 build-depends:
70 QuickCheck
71 , aeson
72 , aeson-lens
73 , aeson-pretty
74 , async
75 , attoparsec
76 , base >=4.7 && <5
77 , base16-bytestring
78 , bytestring
79 , case-insensitive
80 , conduit
81 , conduit-extra
82 , containers
83 , contravariant
84 , data-time-segment
85 , directory
86 , duckling
87 , extra
88 , filepath
89 , http-conduit
90 , ini
91 , lens
92 , logging-effect
93 , opaleye
94 , parsec
95 , path
96 , path-io
97 , postgresql-simple
98 , pretty
99 , product-profunctors
100 , profunctors
101 , protolude
102 , pureMD5
103 , regex-compat
104 , safe
105 , semigroups
106 , servant
107 , servant-auth
108 , servant-client
109 , servant-mock
110 , servant-multipart
111 , servant-server
112 , servant-static-th
113 , servant-swagger
114 , servant-swagger-ui
115 , split
116 , swagger2
117 , tagsoup
118 , text
119 , text-metrics
120 , time
121 , time-locale-compat
122 , timezone-series
123 , transformers
124 , unordered-containers
125 , uuid
126 , vector
127 , wai
128 , warp
129 , yaml
130 , zip
131 , zlib
132 default-language: Haskell2010
133
134 executable gargantext
135 main-is: Main.hs
136 other-modules:
137 Paths_gargantext
138 hs-source-dirs:
139 app
140 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
141 build-depends:
142 base
143 , extra
144 , gargantext
145 , ini
146 , text
147 , unordered-containers
148 default-language: Haskell2010
149
150 test-suite garg-doctest
151 type: exitcode-stdio-1.0
152 main-is: Main.hs
153 other-modules:
154 Paths_gargantext
155 hs-source-dirs:
156 src-doctest
157 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
158 build-depends:
159 Glob
160 , QuickCheck
161 , base
162 , doctest
163 , extra
164 , gargantext
165 , text
166 default-language: Haskell2010
167
168 test-suite garg-test
169 type: exitcode-stdio-1.0
170 main-is: Main.hs
171 other-modules:
172 Ngrams.Lang
173 Ngrams.Lang.En
174 Ngrams.Lang.Fr
175 Ngrams.Lang.Occurrences
176 Ngrams.Metrics
177 Parsers.WOS
178 Paths_gargantext
179 hs-source-dirs:
180 src-test
181 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
182 build-depends:
183 QuickCheck
184 , base
185 , extra
186 , gargantext
187 , hspec
188 , text
189 default-language: Haskell2010