]> Git — Sourcephile - gargantext.git/blob - src/Gargantext.hs
[DEBUG] print debug infos
[gargantext.git] / src / Gargantext.hs
1 {-|
2 Module : Gargantext
3 Description : Textmining Collaborative Platform
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 @Gargantext@: search, map, share
11 -}
12
13
14 module Gargantext ( module Gargantext.API
15 , module Gargantext.Core
16 , module Gargantext.Database
17 , module Gargantext.Prelude
18 -- , module Gargantext.Core.Viz
19 ) where
20
21 import Gargantext.API
22 import Gargantext.Core
23 import Gargantext.Database
24 import Gargantext.Prelude
25 --import Gargantext.Core.Viz