]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
remove test for now
[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: 84f85626582b6f0f3f7b0c3dadf65d7f797a14e8a50389db1167f6652ec74e28
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.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.API
109 Gargantext.API.Auth
110 Gargantext.Types
111 Gargantext.Types.Main
112 Gargantext.Types.Node
113 Gargantext.Utils.DateUtils
114 Gargantext.Utils.Prefix
115 other-modules:
116 Gargantext.API.Node
117 Gargantext.Utils
118 Paths_gargantext
119 default-language: Haskell2010
120 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
121
122 executable gargantext
123 main-is: Main.hs
124 hs-source-dirs:
125 app
126 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -O2
127 build-depends:
128 base
129 , extra
130 , gargantext
131 , ini
132 , text
133 , unordered-containers
134 other-modules:
135 Paths_gargantext
136 default-language: Haskell2010
137
138 test-suite garg-doctest
139 type: exitcode-stdio-1.0
140 main-is: Main.hs
141 hs-source-dirs:
142 src-doctest
143 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
144 build-depends:
145 Glob
146 , QuickCheck
147 , base
148 , doctest
149 , extra
150 , gargantext
151 , text
152 other-modules:
153 Paths_gargantext
154 default-language: Haskell2010
155
156 test-suite garg-test
157 type: exitcode-stdio-1.0
158 main-is: Main.hs
159 hs-source-dirs:
160 src-test
161 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
162 build-depends:
163 QuickCheck
164 , base
165 , extra
166 , gargantext
167 , hspec
168 , text
169 other-modules:
170 Ngrams.Lang
171 Ngrams.Lang.En
172 Ngrams.Lang.Fr
173 Ngrams.Lang.Occurrences
174 Ngrams.Metrics
175 Parsers.WOS
176 Paths_gargantext
177 default-language: Haskell2010