]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[FacetDoc] Adding Favorite Left Join and Ngrams count queries.
[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: 20ddea403b5eab78aff204d088cc635422d7b9b34369ff1c4263e3ba67969442
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-2018: see git logs and README
17 category: Data
18 build-type: Simple
19 cabal-version: >= 1.10
20
21 library
22 hs-source-dirs:
23 src
24 default-extensions: NoImplicitPrelude
25 build-depends:
26 aeson
27 , aeson-lens
28 , async
29 , attoparsec
30 , base >=4.7 && <5
31 , base16-bytestring
32 , bytestring
33 , case-insensitive
34 , conduit
35 , conduit-extra
36 , containers
37 , contravariant
38 , directory
39 , duckling
40 , extra
41 , filepath
42 , http-conduit
43 , ini
44 , lens
45 , logging-effect
46 , opaleye
47 , parsec
48 , path
49 , path-io
50 , postgresql-simple
51 , pretty
52 , product-profunctors
53 , profunctors
54 , protolude
55 , pureMD5
56 , regex-compat
57 , safe
58 , semigroups
59 , servant
60 , servant-auth
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.Facet
89 Gargantext.Database.NodeNgram
90 Gargantext.Database.NodeNgramNgram
91 Gargantext.Database.NodeNode
92 Gargantext.Database.NodeNodeNgram
93 Gargantext.Database.Utils
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.Database.Queries
119 Gargantext.Utils
120 Paths_gargantext
121 default-language: Haskell2010
122 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
123
124 executable gargantext
125 main-is: Main.hs
126 hs-source-dirs:
127 app
128 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
129 build-depends:
130 base
131 , extra
132 , gargantext
133 , ini
134 , text
135 , unordered-containers
136 other-modules:
137 Paths_gargantext
138 default-language: Haskell2010
139
140 test-suite garg-doctest
141 type: exitcode-stdio-1.0
142 main-is: Main.hs
143 hs-source-dirs:
144 src-doctest
145 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
146 build-depends:
147 Glob
148 , QuickCheck
149 , base
150 , doctest
151 , extra
152 , gargantext
153 , text
154 other-modules:
155 Paths_gargantext
156 default-language: Haskell2010
157
158 test-suite garg-test
159 type: exitcode-stdio-1.0
160 main-is: Main.hs
161 hs-source-dirs:
162 src-test
163 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
164 build-depends:
165 QuickCheck
166 , base
167 , extra
168 , gargantext
169 , hspec
170 , text
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 default-language: Haskell2010