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