]> Git — Sourcephile - gargantext.git/blob - package.yaml
fromRFC3339 + gitignore .swp
[gargantext.git] / package.yaml
1 name: gargantext
2 version: '0.1.0.0'
3 synopsis: Deep (Collaborative) Text mining project
4 description: Please see README.md
5 category: Data
6 author: Alexandre Delanoë
7 maintainer: team@gargantext.org
8 copyright:
9 - ! 'Copyright: (c) 2016'
10 - 2018 CNRS Alexandre Delanoë
11 license: BSD3
12 homepage: https://gargantext.org
13 ghc-options: -Wall
14 dependencies:
15 - extra
16 - text
17 library:
18 source-dirs: src
19 ghc-options:
20 - -Wincomplete-uni-patterns
21 - -Wincomplete-record-updates
22 - -Werror
23 exposed-modules:
24 - Gargantext
25 - Gargantext.Analysis
26 - Gargantext.DSL
27 - Gargantext.Database
28 - Gargantext.Database.Instances
29 - Gargantext.Database.Ngram
30 - Gargantext.Database.Node
31 - Gargantext.Database.NodeNgram
32 - Gargantext.Database.NodeNgramNgram
33 - Gargantext.Database.NodeNode
34 - Gargantext.Database.NodeNodeNgram
35 - Gargantext.Database.Private
36 - Gargantext.Database.User
37 - Gargantext.Ngrams
38 - Gargantext.Ngrams.Count
39 - Gargantext.Ngrams.CoreNLP
40 - Gargantext.Ngrams.Parser
41 - Gargantext.Ngrams.Lang.En
42 - Gargantext.Ngrams.Lang.Fr
43 - Gargantext.Ngrams.Metrics
44 - Gargantext.Ngrams.TextMining
45 - Gargantext.Ngrams.Occurrences
46 - Gargantext.Parsers
47 - Gargantext.Parsers.WOS
48 - Gargantext.Parsers.Date
49 - Gargantext.Prelude
50 - Gargantext.RCT
51 - Gargantext.Server
52 - Gargantext.Types
53 - Gargantext.Types.Main
54 - Gargantext.Types.Node
55 - Gargantext.Utils.DateUtils
56 - Gargantext.Utils.Prefix
57 dependencies:
58 - base >=4.7 && <5
59 - aeson
60 - aeson-lens
61 - attoparsec
62 - async
63 - base16-bytestring
64 - bytestring
65 - case-insensitive
66 - containers
67 - contravariant
68 - conduit
69 - conduit-extra
70 - directory
71 - duckling
72 - filepath
73 - http-conduit
74 - hxt
75 - lens
76 - logging-effect
77 - opaleye
78 - path
79 - parsec
80 - postgresql-simple
81 - pretty
82 - product-profunctors
83 - profunctors
84 - protolude
85 - pureMD5
86 - regex-compat
87 - safe
88 - semigroups
89 - servant
90 - servant-client
91 - servant-multipart
92 - servant-server
93 - split
94 - tagsoup
95 - text-metrics
96 # - utc
97 - time
98 - timezone-series
99 - time-locale-compat
100 - transformers
101 - unordered-containers
102 - uuid
103 - vector
104 - wai
105 - warp
106 - yaml
107 - zlib
108 - zip
109 - path-io
110 tests:
111 garg-test:
112 main: Main.hs
113 source-dirs: src-test
114 ghc-options:
115 - -threaded
116 - -rtsopts
117 - -with-rtsopts=-N
118 dependencies:
119 - base
120 - gargantext
121 - hspec
122 - QuickCheck
123 garg-doctest:
124 main: Main.hs
125 source-dirs: src-doctest
126 ghc-options:
127 - -Werror
128 - -threaded
129 - -rtsopts
130 - -with-rtsopts=-N
131 dependencies:
132 - doctest
133 - Glob
134 - QuickCheck
135 - base
136 - gargantext