3 synopsis: Deep (Collaborative) Text mining project
4 description: Please see README.md
5 homepage: http://gargantext.org
8 author: Alexandre Delanoë
9 maintainer: gargantext@iscpif.fr
10 copyright: Copyright: (c) 2016,2017 CNRS Alexandre Delanoë
13 -- extra-source-files:
18 build-depends: base >= 4.7 && < 5
57 exposed-modules: Data.Gargantext
58 , Data.Gargantext.Analysis
61 , Data.Gargantext.NLP.CoreNLP
62 , Data.Gargantext.Database
63 , Data.Gargantext.Database.Instances
64 , Data.Gargantext.Database.Ngram
65 , Data.Gargantext.Database.Node
66 , Data.Gargantext.Database.NodeNgram
67 , Data.Gargantext.Database.NodeNgramNgram
68 , Data.Gargantext.Database.NodeNode
69 , Data.Gargantext.Database.NodeNodeNgram
70 , Data.Gargantext.Database.Private
71 , Data.Gargantext.Database.User
72 , Data.Gargantext.Parsers
73 , Data.Gargantext.Parsers.Occurrences
74 , Data.Gargantext.Prelude
75 , Data.Gargantext.Server
76 , Data.Gargantext.Types
77 , Data.Gargantext.Types.Node
78 , Data.Gargantext.Types.Main
79 , Data.Gargantext.Utils.DateUtils
80 , Data.Gargantext.Utils.Prefix
81 default-language: Haskell2010
82 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror
86 --executable gargantext-exe
87 -- hs-source-dirs: app
89 -- ghc-options: -threaded -rtsopts -with-rtsopts=-N
90 -- build-depends: base
92 -- default-language: Haskell2010
94 test-suite garg-test-parsers
95 type: exitcode-stdio-1.0
104 ghc-options: -threaded -rtsopts -with-rtsopts=-N
105 default-language: Haskell2010