]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[FIX] Maybe hyperdataDocument better written.
[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: 77bf1f45b7b9eececd1b8192dcff6ab64602222d598b7571ccafd4e14c0b6267
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-swagger
112 , split
113 , swagger2
114 , tagsoup
115 , text
116 , text-metrics
117 , time
118 , time-locale-compat
119 , timezone-series
120 , transformers
121 , unordered-containers
122 , uuid
123 , vector
124 , wai
125 , warp
126 , yaml
127 , zip
128 , zlib
129 default-language: Haskell2010
130
131 executable gargantext
132 main-is: Main.hs
133 other-modules:
134 Paths_gargantext
135 hs-source-dirs:
136 app
137 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
138 build-depends:
139 base
140 , extra
141 , gargantext
142 , ini
143 , text
144 , unordered-containers
145 default-language: Haskell2010
146
147 test-suite garg-doctest
148 type: exitcode-stdio-1.0
149 main-is: Main.hs
150 other-modules:
151 Paths_gargantext
152 hs-source-dirs:
153 src-doctest
154 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
155 build-depends:
156 Glob
157 , QuickCheck
158 , base
159 , doctest
160 , extra
161 , gargantext
162 , text
163 default-language: Haskell2010
164
165 test-suite garg-test
166 type: exitcode-stdio-1.0
167 main-is: Main.hs
168 other-modules:
169 Ngrams.Lang
170 Ngrams.Lang.En
171 Ngrams.Lang.Fr
172 Ngrams.Lang.Occurrences
173 Ngrams.Metrics
174 Parsers.WOS
175 Paths_gargantext
176 hs-source-dirs:
177 src-test
178 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
179 build-depends:
180 QuickCheck
181 , base
182 , extra
183 , gargantext
184 , hspec
185 , text
186 default-language: Haskell2010