]> Git — Sourcephile - gargantext.git/blob - src/Gargantext.hs
[DOC] adding haddock documentation (compiles). Commenting src-test. Focusing on docte...
[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 module Gargantext ( module Gargantext.API
14 , module Gargantext.Core
15 , module Gargantext.Database
16 , module Gargantext.Prelude
17 , module Gargantext.Text
18 -- , module Gargantext.Viz
19 ) where
20
21 import Gargantext.API
22 import Gargantext.Core
23 import Gargantext.Database
24 import Gargantext.Prelude
25 import Gargantext.Text
26 --import Gargantext.Viz