]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[FacetDoc] Favorite Left Join working, adding the ngramCount Type (WIP).
[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: 09c6aeeafdac8e64c7203c8d663937d4240ca86e9556a3371567cc1579eafd59
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 hs-source-dirs:
23 src
24 default-extensions: NoImplicitPrelude
25 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
26 build-depends:
27 QuickCheck
28 , aeson
29 , aeson-lens
30 , async
31 , attoparsec
32 , base >=4.7 && <5
33 , base16-bytestring
34 , bytestring
35 , case-insensitive
36 , conduit
37 , conduit-extra
38 , containers
39 , contravariant
40 , data-time-segment
41 , directory
42 , duckling
43 , extra
44 , filepath
45 , http-conduit
46 , ini
47 , lens
48 , logging-effect
49 , opaleye
50 , parsec
51 , path
52 , path-io
53 , postgresql-simple
54 , pretty
55 , product-profunctors
56 , profunctors
57 , protolude
58 , pureMD5
59 , regex-compat
60 , safe
61 , semigroups
62 , servant
63 , servant-auth
64 , servant-client
65 , servant-mock
66 , servant-multipart
67 , servant-server
68 , split
69 , tagsoup
70 , text
71 , text-metrics
72 , time
73 , time-locale-compat
74 , timezone-series
75 , transformers
76 , unordered-containers
77 , uuid
78 , vector
79 , wai
80 , warp
81 , yaml
82 , zip
83 , zlib
84 exposed-modules:
85 Gargantext
86 Gargantext.Analysis
87 Gargantext.DSL
88 Gargantext.Database
89 Gargantext.Database.Instances
90 Gargantext.Database.Ngram
91 Gargantext.Database.Node
92 Gargantext.Database.Facet
93 Gargantext.Database.NodeNgram
94 Gargantext.Database.NodeNgramNgram
95 Gargantext.Database.NodeNode
96 Gargantext.Database.NodeNodeNgram
97 Gargantext.Database.Utils
98 Gargantext.Database.User
99 Gargantext.Ngrams
100 Gargantext.Ngrams.Count
101 Gargantext.Ngrams.CoreNLP
102 Gargantext.Ngrams.Parser
103 Gargantext.Ngrams.Lang.En
104 Gargantext.Ngrams.Lang.Fr
105 Gargantext.Ngrams.Metrics
106 Gargantext.Ngrams.TextMining
107 Gargantext.Ngrams.Occurrences
108 Gargantext.Parsers
109 Gargantext.Parsers.WOS
110 Gargantext.Parsers.Date
111 Gargantext.Prelude
112 Gargantext.RCT
113 Gargantext.API
114 Gargantext.API.Auth
115 Gargantext.Types
116 Gargantext.Types.Main
117 Gargantext.Types.Node
118 Gargantext.Utils.DateUtils
119 Gargantext.Utils.Prefix
120 other-modules:
121 Gargantext.API.Count
122 Gargantext.API.Node
123 Gargantext.Database.Queries
124 Gargantext.Utils
125 Paths_gargantext
126 default-language: Haskell2010
127
128 executable gargantext
129 main-is: Main.hs
130 hs-source-dirs:
131 app
132 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
133 build-depends:
134 base
135 , extra
136 , gargantext
137 , ini
138 , text
139 , unordered-containers
140 other-modules:
141 Paths_gargantext
142 default-language: Haskell2010
143
144 test-suite garg-doctest
145 type: exitcode-stdio-1.0
146 main-is: Main.hs
147 hs-source-dirs:
148 src-doctest
149 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
150 build-depends:
151 Glob
152 , QuickCheck
153 , base
154 , doctest
155 , extra
156 , gargantext
157 , text
158 other-modules:
159 Paths_gargantext
160 default-language: Haskell2010
161
162 test-suite garg-test
163 type: exitcode-stdio-1.0
164 main-is: Main.hs
165 hs-source-dirs:
166 src-test
167 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
168 build-depends:
169 QuickCheck
170 , base
171 , extra
172 , gargantext
173 , hspec
174 , text
175 other-modules:
176 Ngrams.Lang
177 Ngrams.Lang.En
178 Ngrams.Lang.Fr
179 Ngrams.Lang.Occurrences
180 Ngrams.Metrics
181 Parsers.WOS
182 Paths_gargantext
183 default-language: Haskell2010