]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[API] improving the node route of the API and adding Auth file.
[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: a2fe1d6feb24181e934eedb42289d2b31ac73c4c6cd4e0e0f7904dc32e65bbfc
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-auth
62 , servant-client
63 , servant-multipart
64 , servant-server
65 , split
66 , tagsoup
67 , text
68 , text-metrics
69 , time
70 , time-locale-compat
71 , timezone-series
72 , transformers
73 , unordered-containers
74 , uuid
75 , vector
76 , wai
77 , warp
78 , yaml
79 , zip
80 , zlib
81 exposed-modules:
82 Gargantext
83 Gargantext.Analysis
84 Gargantext.DSL
85 Gargantext.Database
86 Gargantext.Database.Instances
87 Gargantext.Database.Ngram
88 Gargantext.Database.Node
89 Gargantext.Database.NodeNgram
90 Gargantext.Database.NodeNgramNgram
91 Gargantext.Database.NodeNode
92 Gargantext.Database.NodeNodeNgram
93 Gargantext.Database.Private
94 Gargantext.Database.User
95 Gargantext.Ngrams
96 Gargantext.Ngrams.Count
97 Gargantext.Ngrams.CoreNLP
98 Gargantext.Ngrams.Parser
99 Gargantext.Ngrams.Lang.En
100 Gargantext.Ngrams.Lang.Fr
101 Gargantext.Ngrams.Metrics
102 Gargantext.Ngrams.TextMining
103 Gargantext.Ngrams.Occurrences
104 Gargantext.Parsers
105 Gargantext.Parsers.WOS
106 Gargantext.Parsers.Date
107 Gargantext.Prelude
108 Gargantext.RCT
109 Gargantext.API
110 Gargantext.API.Auth
111 Gargantext.Types
112 Gargantext.Types.Main
113 Gargantext.Types.Node
114 Gargantext.Utils.DateUtils
115 Gargantext.Utils.Prefix
116 other-modules:
117 Gargantext.API.Node
118 Gargantext.Utils
119 Paths_gargantext
120 default-language: Haskell2010
121 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
122
123 executable gargantext
124 main-is: Main.hs
125 hs-source-dirs:
126 app
127 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
128 build-depends:
129 base
130 , extra
131 , gargantext
132 , ini
133 , text
134 , unordered-containers
135 other-modules:
136 Paths_gargantext
137 default-language: Haskell2010
138
139 test-suite garg-doctest
140 type: exitcode-stdio-1.0
141 main-is: Main.hs
142 hs-source-dirs:
143 src-doctest
144 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
145 build-depends:
146 Glob
147 , QuickCheck
148 , base
149 , doctest
150 , extra
151 , gargantext
152 , text
153 other-modules:
154 Paths_gargantext
155 default-language: Haskell2010
156
157 test-suite garg-test
158 type: exitcode-stdio-1.0
159 main-is: Main.hs
160 hs-source-dirs:
161 src-test
162 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
163 build-depends:
164 QuickCheck
165 , base
166 , extra
167 , gargantext
168 , hspec
169 , text
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 default-language: Haskell2010