]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[PATH] Data.Gargantext -> Gargantext.
[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: b579b76daf844d03881190aae30b1ef7e26436cddf446a3ef2d524ca4f122a97
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: Alexandre Delanoë
15 maintainer: team@gargantext.org
16 copyright: Copyright: (c) 2016,
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 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 , lens
44 , logging-effect
45 , opaleye
46 , parsec
47 , path
48 , path-io
49 , postgresql-simple
50 , pretty
51 , product-profunctors
52 , profunctors
53 , protolude
54 , pureMD5
55 , regex-compat
56 , safe
57 , semigroups
58 , servant
59 , servant-client
60 , servant-multipart
61 , servant-server
62 , split
63 , tagsoup
64 , text
65 , text-metrics
66 , time
67 , time-locale-compat
68 , timezone-series
69 , transformers
70 , unordered-containers
71 , uuid
72 , vector
73 , wai
74 , warp
75 , yaml
76 , zip
77 , zlib
78 exposed-modules:
79 Gargantext
80 Gargantext.Analysis
81 Gargantext.DSL
82 Gargantext.Database
83 Gargantext.Database.Instances
84 Gargantext.Database.Ngram
85 Gargantext.Database.Node
86 Gargantext.Database.NodeNgram
87 Gargantext.Database.NodeNgramNgram
88 Gargantext.Database.NodeNode
89 Gargantext.Database.NodeNodeNgram
90 Gargantext.Database.Private
91 Gargantext.Database.User
92 Gargantext.Ngrams
93 Gargantext.Ngrams.Count
94 Gargantext.Ngrams.CoreNLP
95 Gargantext.Ngrams.Parser
96 Gargantext.Ngrams.Lang.En
97 Gargantext.Ngrams.Lang.Fr
98 Gargantext.Ngrams.Metrics
99 Gargantext.Ngrams.TextMining
100 Gargantext.Ngrams.Occurrences
101 Gargantext.Parsers
102 Gargantext.Parsers.WOS
103 Gargantext.Parsers.Date
104 Gargantext.Prelude
105 Gargantext.RCT
106 Gargantext.Server
107 Gargantext.Types
108 Gargantext.Types.Main
109 Gargantext.Types.Node
110 Gargantext.Utils.DateUtils
111 Gargantext.Utils.Prefix
112 other-modules:
113 Gargantext.Utils
114 Paths_gargantext
115 default-language: Haskell2010
116 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
117
118 test-suite garg-doctest
119 type: exitcode-stdio-1.0
120 main-is: Main.hs
121 hs-source-dirs:
122 src-doctest
123 ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
124 build-depends:
125 Glob
126 , QuickCheck
127 , base
128 , doctest
129 , extra
130 , gargantext
131 , text
132 other-modules:
133 Paths_gargantext
134 default-language: Haskell2010
135
136 test-suite garg-test
137 type: exitcode-stdio-1.0
138 main-is: Main.hs
139 hs-source-dirs:
140 src-test
141 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
142 build-depends:
143 QuickCheck
144 , base
145 , extra
146 , gargantext
147 , hspec
148 , text
149 other-modules:
150 Ngrams.Lang
151 Ngrams.Lang.En
152 Ngrams.Lang.Fr
153 Ngrams.Lang.Occurrences
154 Ngrams.Metrics
155 Parsers.WOS
156 Paths_gargantext
157 default-language: Haskell2010