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