]> Git — Sourcephile - gargantext.git/blob - gargantext.cabal
[FIX] getNodesWithParentId == children with null parent_id
[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: 985d1caa67e769a2e15fc68e773e608d91e773a04b50f82bcdb4a3997debc1a6
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 Data.Gargantext
80 Data.Gargantext.Analysis
81 Data.Gargantext.DSL
82 Data.Gargantext.Database
83 Data.Gargantext.Database.Instances
84 Data.Gargantext.Database.Ngram
85 Data.Gargantext.Database.Node
86 Data.Gargantext.Database.NodeNgram
87 Data.Gargantext.Database.NodeNgramNgram
88 Data.Gargantext.Database.NodeNode
89 Data.Gargantext.Database.NodeNodeNgram
90 Data.Gargantext.Database.Private
91 Data.Gargantext.Database.User
92 Data.Gargantext.Ngrams
93 Data.Gargantext.Ngrams.Count
94 Data.Gargantext.Ngrams.CoreNLP
95 Data.Gargantext.Ngrams.Parser
96 Data.Gargantext.Ngrams.Lang.En
97 Data.Gargantext.Ngrams.Lang.Fr
98 Data.Gargantext.Ngrams.Metrics
99 Data.Gargantext.Ngrams.TextMining
100 Data.Gargantext.Ngrams.Occurrences
101 Data.Gargantext.Parsers
102 Data.Gargantext.Parsers.WOS
103 Data.Gargantext.Parsers.Date
104 Data.Gargantext.Prelude
105 Data.Gargantext.RCT
106 Data.Gargantext.Server
107 Data.Gargantext.Types
108 Data.Gargantext.Types.Main
109 Data.Gargantext.Types.Node
110 Data.Gargantext.Utils.DateUtils
111 Data.Gargantext.Utils.Prefix
112 other-modules:
113 Data.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